77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
21 lines
546 B
Makefile
21 lines
546 B
Makefile
PORTNAME= ufonormalizer
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= x11-fonts python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Script to normalize the XML and other data inside of a UFO
|
|
WWW= https://github.com/unified-font-object/ufoNormalizer
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+ zip
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|