opnsense-ports/textproc/py-sparqlwrapper/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02: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>