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/bind910 | |
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/bind910')
-rw-r--r-- | dns/bind910/Makefile | 8 |
1 files changed, 8 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 |