freebsd-ports/dns/p5-DNS-nsdiff/Makefile
Matthew Seaman 9beb8b4824 dns/p5-DNS-nsdiff: New port
Create an "nsupdate" script from DNS zone file differences
2021-08-17 08:20:18 +01:00

21 lines
392 B
Makefile

# Created by: Matthew Seaman
PORTNAME= DNS-nsdiff
PORTVERSION= 1.82
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= matthew@FreeBSD.org
COMMENT= Create an "nsupdate" script from DNS zone file differences
LICENSE= CC0-1.0
RUN_DEPENDS= nsupdate:dns/bind-tools \
named-compilezone:dns/bind916
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>