diff options
author | erwin <erwin@FreeBSD.org> | 2013-01-04 18:47:28 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2013-01-04 18:47:28 +0800 |
commit | 0a67054bbf4d3ae7ea64b470a509b5a553767cdc (patch) | |
tree | abc3b88d65bce381df9fb948d3b15cccdf2d3911 /dns/bind96 | |
parent | af4f498c6c91e74bd7079e569d3272039c9216be (diff) | |
download | freebsd-ports-gnome-0a67054bbf4d3ae7ea64b470a509b5a553767cdc.tar.gz freebsd-ports-gnome-0a67054bbf4d3ae7ea64b470a509b5a553767cdc.tar.zst freebsd-ports-gnome-0a67054bbf4d3ae7ea64b470a509b5a553767cdc.zip |
Add LICENSE.
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 9f066df0c67a..bc4f0e30f160 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -10,6 +10,8 @@ DISTNAME= bind-${ISCVERSION} MAINTAINER= erwin@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and threads +LICENSE= ISCL + # ISC releases things like 9.4.0b3, which our versioning doesn't like ISCVERSION= 9.6-ESV-R8 |