diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2013-01-04 18:47:28 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2013-01-04 18:47:28 +0800 |
commit | d2c1b136409f86097690cde60161dc6dd13dfe8f (patch) | |
tree | abc3b88d65bce381df9fb948d3b15cccdf2d3911 /dns/bind99 | |
parent | 38649eeb035364a3361ef2812cd20ea9a58a4c4e (diff) | |
download | freebsd-ports-gnome-d2c1b136409f86097690cde60161dc6dd13dfe8f.tar.gz freebsd-ports-gnome-d2c1b136409f86097690cde60161dc6dd13dfe8f.tar.zst freebsd-ports-gnome-d2c1b136409f86097690cde60161dc6dd13dfe8f.zip |
Add LICENSE.
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index da4a96b78091..a5773d1d5649 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -10,6 +10,8 @@ DISTNAME= bind-${ISCVERSION} MAINTAINER= erwin@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 +LICENSE= ISCL + # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.9.2-P1 |