19 lines
385 B
Makefile
19 lines
385 B
Makefile
|
# Created by: Olivier Duchateau
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= sparqlwrapper
|
||
|
PORTVERSION= 1.5.2
|
||
|
CATEGORIES= textproc python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
DISTNAME= SPARQLWrapper-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= python@FreeBSD.org
|
||
|
COMMENT= SPARQL endpoint interface to Python
|
||
|
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS= yes
|
||
|
PYDISTUTILS_AUTOPLIST= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|