diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 19:02:02 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:23 +0000 |
commit | b0b4fa380673ef415a802431eb95d6e3c606b0e0 (patch) | |
tree | 72c9da5aeba29d1c997fba70abbdb021cb7183cb /dns/libidn | |
parent | c4b3cf06c0aec9e4128e9f2858206fcdd965cae8 (diff) |
dns/libidn: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'dns/libidn')
-rw-r--r-- | dns/libidn/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index abc76dbfc1e2..aa20152c5514 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -13,12 +13,14 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYINGv2 LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSERv3 -USES= gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig +USES= cpe gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USE_PERL5= build +CPE_VENDOR= gnu + INFO= libidn OPTIONS_DEFINE= DOCS NLS |