Changeset View
Changeset View
Standalone View
Standalone View
dns/bind911/Makefile
| Show All 11 Lines | |||||
| MAINTAINER= mat@FreeBSD.org | MAINTAINER= mat@FreeBSD.org | ||||
| COMMENT= BIND DNS suite with updated DNSSEC and DNS64 | COMMENT= BIND DNS suite with updated DNSSEC and DNS64 | ||||
| LICENSE= MPL20 | LICENSE= MPL20 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYRIGHT | LICENSE_FILE= ${WRKSRC}/COPYRIGHT | ||||
| LIB_DEPENDS= libxml2.so:textproc/libxml2 | LIB_DEPENDS= libxml2.so:textproc/libxml2 | ||||
| SUBPACKAGES= tools | |||||
| SELF_DEPENDS= tools | |||||
| USES= cpe libedit | USES= cpe libedit | ||||
| # ISC releases things like 9.8.0-P1, which our versioning doesn't like | # ISC releases things like 9.8.0-P1, which our versioning doesn't like | ||||
| ISCVERSION= 9.11.5-P1 | ISCVERSION= 9.11.5-P1 | ||||
| CPE_VENDOR= isc | CPE_VENDOR= isc | ||||
| CPE_VERSION= ${ISCVERSION:C/-.*//} | CPE_VERSION= ${ISCVERSION:C/-.*//} | ||||
| .if ${ISCVERSION:M*-*} | .if ${ISCVERSION:M*-*} | ||||
| ▲ Show 20 Lines • Show All 220 Lines • Show Last 20 Lines | |||||