diff options
Diffstat (limited to 'print/py-pydyf/Makefile')
-rw-r--r-- | print/py-pydyf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/py-pydyf/Makefile b/print/py-pydyf/Makefile index e95c3b136ec4..1afdde869f99 100644 --- a/print/py-pydyf/Makefile +++ b/print/py-pydyf/Makefile @@ -1,5 +1,6 @@ PORTNAME= pydyf PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,7 +9,7 @@ MAINTAINER= pi@FreeBSD.org COMMENT= Low-level PDF generator based on PDF spec 1.7 WWW= https://doc.courtbouillon.org/pydyf/ -LICENSE= BSD +LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} |