diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-13 04:55:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-13 04:55:03 +0000 |
commit | 875abff582eb5927c25edbf55c893fbe5f8164bf (patch) | |
tree | 9ca7450c61c549143eaa10334932a5233512b2d9 /dns | |
parent | 1b8c6c9834ec07b88a7944c1bf3aa67e57d1def7 (diff) | |
download | ports-875abff582eb5927c25edbf55c893fbe5f8164bf.tar.gz ports-875abff582eb5927c25edbf55c893fbe5f8164bf.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 5 | ||||
-rw-r--r-- | dns/unbound/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index d644330d5075..02468cdf5be6 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -10,10 +10,11 @@ MASTER_SITES= http://unbound.net/downloads/ MAINTAINER= sem@FreeBSD.org COMMENT= Validating, recursive, and caching DNS resolver -LICENSE= BSD4CLAUSE +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES+= gmake libtool +USES+= cpe gmake libtool +CPE_VENDOR= nlnetlabs USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} --with-libexpat=${LOCALBASE} diff --git a/dns/unbound/pkg-descr b/dns/unbound/pkg-descr index 156f56520d7b..e1da25e95558 100644 --- a/dns/unbound/pkg-descr +++ b/dns/unbound/pkg-descr @@ -21,4 +21,4 @@ Non-goals: * An authoritative name server. * Too many Features. -WWW: http://unbound.net +WWW: http://unbound.net/ |