aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-sparqlwrapper/Makefile
blob: c46a40cd363ce31c2909fe6347ee8090b80b1af6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>