freebsd-ports/dns/p5-Net-RNDC/Makefile
Kurt Jaeger 79a9aa38a7 New port: dns/p5-Net-RNDC
Net-RNDC implements the BIND Remote Name Daemon Control V1 protocol
and the rndc client.

WWW: http://search.cpan.org/dist/Net-RNDC/
2015-07-14 20:25:50 +00:00

17 lines
277 B
Makefile

# $FreeBSD$
PORTNAME= Net-RNDC
PORTVERSION= 0.003
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Speak the BIND Remote Name Daemon Control V1 protocol
LICENSE= ART20
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>