1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/dns/vizone/Makefile

31 lines
678 B
Makefile
Raw Normal View History

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