mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
Parsing on maintainer role to python@ at the same time PR: 107863 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-rdflib
|
|
# Date created: Aug 14, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rdflib
|
|
PORTVERSION= 2.3.3
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://rdflib.net/2006/10/15/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= A Python library for RDF manipulation
|
|
|
|
USE_PYTHON= 2.2+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|