1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/print/py-pydyf/Makefile

21 lines
428 B
Makefile

PORTNAME= pydyf
PORTVERSION= 0.9.0
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= pi@FreeBSD.org
COMMENT= Low-level PDF generator based on PDF spec 1.7
WWW= https://doc.courtbouillon.org/pydyf/
LICENSE= BSD
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>