1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/dns/vizone/Makefile

32 lines
647 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
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/updserial ${PREFIX}/bin
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example.tld ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>