2013-05-07 13:53:08 +00:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2007-08-13 21:37:31 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vizone
|
|
|
|
PORTVERSION= 0.1
|
|
|
|
CATEGORIES= dns
|
2008-03-27 19:27:34 +00:00
|
|
|
MASTER_SITES= CRITICAL
|
2007-08-13 21:37:31 +00:00
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2012-07-25 11:24:09 +00:00
|
|
|
COMMENT= Updates the serial number in one or more zonefiles
|
2007-08-13 21:37:31 +00:00
|
|
|
|
2013-09-12 16:41:28 +00:00
|
|
|
USES= shebangfix perl5
|
|
|
|
USE_PERL5= run
|
2007-08-13 21:37:31 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2013-05-07 13:53:08 +00:00
|
|
|
SHEBANG_FILES= updserial
|
|
|
|
|
2007-08-13 21:37:31 +00:00
|
|
|
PORTEXAMPLES= example.tld
|
|
|
|
PLIST_FILES= bin/vizone bin/updserial
|
|
|
|
|
2013-09-20 16:31:57 +00:00
|
|
|
NO_STAGE= yes
|
2007-08-13 21:37:31 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/updserial ${PREFIX}/bin
|
|
|
|
|
2007-08-15 11:40:37 +00:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
2007-08-13 21:37:31 +00:00
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/example.tld ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|