aboutsummaryrefslogtreecommitdiff
path: root/print/ttfquery/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-15 08:11:21 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-15 08:11:21 +0000
commit45d2a6020d8741d9998ca04cb9d76cfd5f7428f8 (patch)
treeaef02dadc4b068be3b3b23ea8dbb7ab9d608882c /print/ttfquery/Makefile
parent2bd9d3f7d0fd3b388c9a9ac4446fc8c75709c388 (diff)
downloadports-45d2a6020d8741d9998ca04cb9d76cfd5f7428f8.tar.gz
ports-45d2a6020d8741d9998ca04cb9d76cfd5f7428f8.zip
Notes
Diffstat (limited to 'print/ttfquery/Makefile')
-rw-r--r--print/ttfquery/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/print/ttfquery/Makefile b/print/ttfquery/Makefile
index c8578815b0b0..05bf0438157b 100644
--- a/print/ttfquery/Makefile
+++ b/print/ttfquery/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ttfquery
PORTVERSION= 1.0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= CHEESESHOP
DISTNAME= TTFQuery-${PORTVERSION}
@@ -11,15 +11,14 @@ DISTNAME= TTFQuery-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= FontTools-based package for querying system fonts
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:${PORTSDIR}/print/py-fonttools \
${PYNUMPY}
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= TTFQuery
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>