aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-08 09:03:12 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-08 09:03:12 +0000
commit2f47e588998a5c2e6e18a3aea1ce3401579ac16c (patch)
treebcbced4dfbba6c22ceeca0c93030f3b4764f0661
parentb2465f4194764b351119101ad4a350dfb65b422f (diff)
downloadports-2f47e588998a5c2e6e18a3aea1ce3401579ac16c.tar.gz
ports-2f47e588998a5c2e6e18a3aea1ce3401579ac16c.zip
dns/adns: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--dns/adns/Makefile4
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}"