diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 09:03:12 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 09:03:12 +0000 |
commit | 2f47e588998a5c2e6e18a3aea1ce3401579ac16c (patch) | |
tree | bcbced4dfbba6c22ceeca0c93030f3b4764f0661 | |
parent | b2465f4194764b351119101ad4a350dfb65b422f (diff) | |
download | ports-2f47e588998a5c2e6e18a3aea1ce3401579ac16c.tar.gz ports-2f47e588998a5c2e6e18a3aea1ce3401579ac16c.zip |
dns/adns: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | dns/adns/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile index d623622403ad..5125bf0f36ba 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -12,11 +12,13 @@ LICENSE= GPLv3 BUILD_DEPENDS= m4>=1.4.11:devel/m4 -USES= gmake +USES= cpe gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes PORTSCOUT= skipv:1.5.0~rc0,1.5.0~rc1 +CPE_VENDOR= gnu + BINARY_ALIAS= m4=${LOCALBASE}/bin/gm4 LIBVERSION= 1 PLIST_SUB+= LIBVERSION="${LIBVERSION}" |