aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-01-12 22:33:21 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-01-12 22:33:21 +0800
commit8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6 (patch)
tree9419015f28d81d3b8c7f8074afa8e5cf158c0e64 /graphics
parent39030de783cbbe67d29191dad0c5627b16b269fa (diff)
downloadfreebsd-ports-gnome-8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6.tar.gz
freebsd-ports-gnome-8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6.tar.zst
freebsd-ports-gnome-8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6.zip
Add Public Domain support to ports license framework. You can now use
LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-pyggel/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/py-pyggel/Makefile b/graphics/py-pyggel/Makefile
index 5d5250041de3..3685193422c9 100644
--- a/graphics/py-pyggel/Makefile
+++ b/graphics/py-pyggel/Makefile
@@ -14,11 +14,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koalative@gmail.com
COMMENT= Python Graphical Game Engine and Libraries
-LICENSE= LGPL3 Public_Domain
+LICENSE= LGPL3 PD
LICENSE_COMB= dual
-LICENSE_NAME_Public_Domain= Public Domain
-LICENSE_TEXT_Public_Domain= Public Domain
-LICENSE_PERMS_Public_Domain=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= ${PYNUMPY} \
${PYGAME} \