79a9aa38a7
Net-RNDC implements the BIND Remote Name Daemon Control V1 protocol and the rndc client. WWW: http://search.cpan.org/dist/Net-RNDC/
17 lines
277 B
Makefile
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>
|