Add CPE to BIND9.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-07-11 15:28:13 +00:00
parent 8f85de0a30
commit 450b3f4661
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361548
3 changed files with 24 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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