freebsd-ports/textproc/py-sparqlwrapper/Makefile
Olivier Duchateau 7fc53174fe This is a wrapper around a SPARQL service. It helps in creating the query URI
and, possibly, convert the result into a more manageable format.

WWW: http://rdflib.github.io/sparqlwrapper/
2014-02-15 12:43:36 +00:00

18 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>