Add CPE to BIND9.
Sponsored by: Absolight
This commit is contained in:
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
|
@ -18,6 +18,14 @@ ISCVERSION= 9.10.0-P2
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
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
|
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -20,6 +20,14 @@ PORTSCOUT= limit:^9.8.
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
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
|
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -18,6 +18,14 @@ ISCVERSION= 9.9.5-P1
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
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
|
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
Loading…
Reference in a new issue