1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

print/py-pydyf: Fix license

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman
2025-05-31 13:26:35 +02:00
parent 0dd5e8f3a1
commit 0f6100555f
+2 -1
View File
@@ -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}