Changeset View
Changeset View
Standalone View
Standalone View
dns/hostdb/Makefile
# Created by: rodrigc@FreeBSD.org | # Created by: rodrigc@FreeBSD.org | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= hostdb | PORTNAME= hostdb | ||||
PORTVERSION= 1.004 | PORTVERSION= 1.004 | ||||
PORTREVISION= 1 | |||||
CATEGORIES= dns | CATEGORIES= dns | ||||
MASTER_SITES= GOOGLE_CODE | |||||
MAINTAINER= rodrigc@FreeBSD.org | MAINTAINER= rodrigc@FreeBSD.org | ||||
COMMENT= Generate DNS and DHCP config files from single source | COMMENT= Generate DNS and DHCP config files from single source | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
BROKEN= Unfetchable (google code has gone away) | |||||
DEPRECATED= Unfetchable for more than six months (google code has gone away) | |||||
EXPIRATION_DATE= 2017-04-30 | |||||
USES= shebangfix tar:tgz | USES= shebangfix tar:tgz | ||||
USE_GITHUB= yes | |||||
GH_ACCOUNT= TomOnTime | |||||
GH_TAGNAME= fb23e67642514f5 | |||||
NO_BUILD= yes | NO_BUILD= yes | ||||
HOSTDB_EXAMPLES_DIRS= example1/out example1/ example2 hiddenmaster | HOSTDB_EXAMPLES_DIRS= example1/out example1/ example2 hiddenmaster | ||||
HOSTDB_EXAMPLES_DIRS+= mailserverexample/out mailserverexample | HOSTDB_EXAMPLES_DIRS+= mailserverexample/out mailserverexample | ||||
SHEBANG_FILES= bin/mkdestinations bin/mknamedconf bin/zone2hostdbhelper \ | SHEBANG_FILES= bin/mkdestinations bin/mknamedconf bin/zone2hostdbhelper \ | ||||
bin/mkzones bin/canonzone bin/genrange | bin/mkzones bin/canonzone bin/genrange | ||||
Show All 17 Lines |