aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/py-defcon/Makefile
blob: 7a9a049c2d938998457ccbb40f7eab4c7ccb7a63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	defcon
PORTVERSION=	0.6.0
PORTREVISION=	3
CATEGORIES=	x11-fonts python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lantw44@gmail.com
COMMENT=	Set of flexible objects for representing UFO data
WWW=		https://github.com/typesupply/defcon

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/License.txt

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR}

USES=		python:3.6+ zip
USE_PYTHON=	autoplist distutils
USE_LOCALE=	en_US.UTF-8

NO_ARCH=	yes

.include <bsd.port.mk>