diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 07:02:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 07:02:20 +0000 |
commit | cc314a672dd0f7624f6013538830e9e421a8c2ae (patch) | |
tree | 7ab34eefd0e15c4b2bb4f56630095011ddd1af72 /dns/ldns | |
parent | 15e473993402b615346248ccd42a57be1847ff16 (diff) | |
download | ports-cc314a672dd0f7624f6013538830e9e421a8c2ae.tar.gz ports-cc314a672dd0f7624f6013538830e9e421a8c2ae.zip |
- Add CPE info
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=386295
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 9bfc0af1d6b0..4e5116df2a74 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -15,7 +15,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes -USES= gmake libtool +USES= cpe gmake libtool +CPE_VENDOR= nlnetlabs USE_OPENSSL= yes USE_LDCONFIG= yes |