Files
ports/databases/py-apsw/Makefile
Sunpoet Po-Chuan Hsieh 1d2b0860f9 Update to 3.17.0
- Allow concurrent installation (USE_PYTHON=concurrent)
- Do not silence installation and test messages
- Cosmetic change
- Update pkg-descr

Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2017-04-08 10:33:39 +00:00

29 lines
566 B
Makefile

# Created by: Rusty Nejdl
# $FreeBSD$
PORTNAME= apsw
PORTVERSION= 3.17.0
DISTVERSIONSUFFIX= -r1
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Another Python SQLite Wrapper
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_PYTHON= autoplist concurrent distutils
USES= localbase python sqlite:3
GH_ACCOUNT= rogerbinns
USE_GITHUB= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/apsw.so
do-test:
cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>