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
17 lines
367 B
Makefile
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>
|