diff options
author | mat <mat@FreeBSD.org> | 2014-07-11 23:28:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-07-11 23:28:13 +0800 |
commit | 7a13a280697b9b2aec01347ac7ba34e6b0815e93 (patch) | |
tree | 22fdf6921c055740cc169f1b2c6f39bd139a0634 /dns | |
parent | 4e922c280cec1fd3cecdccdbc6d4b8e8d2a9501c (diff) | |
download | freebsd-ports-gnome-7a13a280697b9b2aec01347ac7ba34e6b0815e93.tar.gz freebsd-ports-gnome-7a13a280697b9b2aec01347ac7ba34e6b0815e93.tar.zst freebsd-ports-gnome-7a13a280697b9b2aec01347ac7ba34e6b0815e93.zip |
Add CPE to BIND9.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind910/Makefile | 8 | ||||
-rw-r--r-- | dns/bind98/Makefile | 8 | ||||
-rw-r--r-- | dns/bind99/Makefile | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 051507451545..187ef70936c9 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -18,6 +18,14 @@ ISCVERSION= 9.10.0-P2 MAKE_JOBS_UNSAFE= yes +USES= cpe + +CPE_VENDOR= isc +CPE_VERSION= ${ISCVERSION:C/-.*//} +.if ${ISCVERSION:M*-*} +CPE_UPDATE= ${ISCVERSION:C/.*-//} +.endif + LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index c4b1bdf799d6..da36604bec3f 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -20,6 +20,14 @@ PORTSCOUT= limit:^9.8. MAKE_JOBS_UNSAFE= yes +USES= cpe + +CPE_VENDOR= isc +CPE_VERSION= ${ISCVERSION:C/-.*//} +.if ${ISCVERSION:M*-*} +CPE_UPDATE= ${ISCVERSION:C/.*-//} +.endif + LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index f81989711d13..88058a297d58 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -18,6 +18,14 @@ ISCVERSION= 9.9.5-P1 MAKE_JOBS_UNSAFE= yes +USES= cpe + +CPE_VENDOR= isc +CPE_VERSION= ${ISCVERSION:C/-.*//} +.if ${ISCVERSION:M*-*} +CPE_UPDATE= ${ISCVERSION:C/.*-//} +.endif + LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes |