diff options
Diffstat (limited to 'textproc/py-rdflib/Makefile')
-rw-r--r-- | textproc/py-rdflib/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile index 3115816d23d0..b5049e8187bb 100644 --- a/textproc/py-rdflib/Makefile +++ b/textproc/py-rdflib/Makefile @@ -7,18 +7,18 @@ # PORTNAME= rdflib -PORTVERSION= 2.4.2 +PORTVERSION= 3.0.0 CATEGORIES= textproc python -MASTER_SITES= http://rdflib.net/ +MASTER_SITES= http://www.rdflib.net/ \ + http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= A Python library for RDF manipulation -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes +LICENSE= BSD -FETCH_ARGS= -prR +USE_PYTHON= yes +USE_PYDISTUTILS= yes .include <bsd.port.mk> |