mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
aa1046aabf
- Add LICENSE Changes: https://github.com/RDFLib/sparqlwrapper/blob/master/ChangeLog.txt
27 lines
619 B
Makefile
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>
|