freebsd-ports/textproc/py-sparqlwrapper/Makefile
Kurt Jaeger 7112a2a7d8 textproc/py-sparqlwrapper: modernize PYTHON options
Fixing those:
USE_PYTHON=yes is deprecated, please use USES=python
USE_PYDISTUTILS is deprecated, please use USE_PYTHON=distutils
PYDISTUTILS_AUTOPLIST is deprecated, please use USE_PYTHON=autoplist
2014-11-17 19:05:45 +00:00

17 lines
367 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= sparqlwrapper
PORTVERSION= 1.6.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SPARQLWrapper-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= SPARQL endpoint interface to Python
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>