Tweak www/owncloud version 10.0.2
[dports.git] / print / ttfquery / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       ttfquery
5 PORTVERSION=    1.0.5
6 PORTREVISION=   4
7 CATEGORIES=     print
8 MASTER_SITES=   CHEESESHOP
9 DISTNAME=       TTFQuery-${PORTVERSION}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        FontTools-based package for querying system fonts
13
14 LICENSE=        BSD3CLAUSE
15 LICENSE_FILE=   ${WRKSRC}/license.txt
16
17 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}fonttools>0:print/py-fonttools \
18                 ${PYNUMPY}
19
20 NO_ARCH=        yes
21 USES=           python
22 USE_PYTHON=     autoplist distutils
23
24 .include <bsd.port.mk>