diff options
Diffstat (limited to 'textproc/py-rdflib/Makefile')
-rw-r--r-- | textproc/py-rdflib/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile new file mode 100644 index 000000000000..a6b235623f73 --- /dev/null +++ b/textproc/py-rdflib/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# Ports collection makefile for: py-rdflib +# Date created: Aug 14, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= rdflib +PORTVERSION= 0.9.5 +CATEGORIES= textproc python +MASTER_SITES= http://rdflib.net/2002/08/06/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> |