diff options
Diffstat (limited to 'textproc/py-texttable/Makefile')
-rw-r--r-- | textproc/py-texttable/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-texttable/Makefile b/textproc/py-texttable/Makefile index 174bf715401e..6a58fe836a96 100644 --- a/textproc/py-texttable/Makefile +++ b/textproc/py-texttable/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texttable -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Module for creating simple ASCII tables -LICENSE= LGPL3+ -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= MIT TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ @@ -21,6 +20,7 @@ CJKWRAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${PY_ USES= python USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes OPTIONS_DEFINE= CJKWRAP |