aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-hexdump
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-12 14:33:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-12 14:33:21 +0000
commit94817f078473a40920b4a61d9d46edf052f3c1c9 (patch)
tree9419015f28d81d3b8c7f8074afa8e5cf158c0e64 /textproc/py-hexdump
parentd861678bdefc371a8cb6bf3d2c316437130a0b33 (diff)
downloadports-94817f078473a40920b4a61d9d46edf052f3c1c9.tar.gz
ports-94817f078473a40920b4a61d9d46edf052f3c1c9.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
Notes
Notes: svn path=/head/; revision=405874
Diffstat (limited to 'textproc/py-hexdump')
-rw-r--r--textproc/py-hexdump/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/py-hexdump/Makefile b/textproc/py-hexdump/Makefile
index 3c9aadd28fcf..3a9143a75d40 100644
--- a/textproc/py-hexdump/Makefile
+++ b/textproc/py-hexdump/Makefile
@@ -10,10 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Print binary in hex format
-LICENSE= unknown
-LICENSE_NAME= Public Domain
-LICENSE_TEXT= This software us in the public domain
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE= PD
WRKSRC= ${WRKDIR}
USES= python zip