1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/textproc/py-sparqlwrapper/Makefile
2018-05-18 23:31:49 +00:00

27 lines
619 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= sparqlwrapper
PORTVERSION= 1.8.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SPARQLWrapper-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= SPARQL endpoint interface to Python
LICENSE= W3C
LICENSE_NAME= W3C Software Notice and License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
post-patch:
@${REINPLACE_CMD} '/keepalive/d' ${WRKSRC}/requirements.txt
.include <bsd.port.mk>