diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2019-10-08 07:32:16 +0000 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2019-10-08 07:32:16 +0000 |
commit | 8c5b13e8d398503fc58ad382fab6c970f43df204 (patch) | |
tree | 195424a00e44af3f6ca5908486575b9198739f28 /textproc/py-pdftotext/Makefile | |
parent | f48fca453cc590d80cd40b40aa4c419e9f439429 (diff) | |
download | ports-8c5b13e8d398503fc58ad382fab6c970f43df204.tar.gz ports-8c5b13e8d398503fc58ad382fab6c970f43df204.zip |
Update to 2.1.2, add test target
Notes
Notes:
svn path=/head/; revision=514041
Diffstat (limited to 'textproc/py-pdftotext/Makefile')
-rw-r--r-- | textproc/py-pdftotext/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-pdftotext/Makefile b/textproc/py-pdftotext/Makefile index e3a02e61c016..a4b3d10eb8e4 100644 --- a/textproc/py-pdftotext/Makefile +++ b/textproc/py-pdftotext/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pdftotext -PORTVERSION= 2.1.1 -PORTREVISION= 8 +PORTVERSION= 2.1.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,4 +17,7 @@ LIB_DEPENDS= libpoppler.so:graphics/poppler USES= compiler:c11 python USE_PYTHON= autoplist distutils +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + .include <bsd.port.mk> |