freebsd-ports/x11-fonts/py-ufonormalizer/Makefile
Po-Chuan Hsieh 524b245f1d
x11-fonts/py-ufonormalizer: Add py-ufonormalizer 0.6.1
ufoNormalizer provides a standard formatting so that there are meaningful diffs
in version control rather than formatting noise.

WWW: https://github.com/unified-font-object/ufoNormalizer
2022-03-08 02:10:53 +08:00

22 lines
545 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= ufonormalizer
PORTVERSION= 0.6.1
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Script to normalize the XML and other data inside of a UFO
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>