From 79a9aa38a76b4fed39de524238d19f83a33da0be Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Tue, 14 Jul 2015 20:25:50 +0000 Subject: 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/ --- dns/p5-Net-RNDC/Makefile | 17 +++++++++++++++++ dns/p5-Net-RNDC/distinfo | 2 ++ dns/p5-Net-RNDC/pkg-descr | 4 ++++ dns/p5-Net-RNDC/pkg-plist | 8 ++++++++ 4 files changed, 31 insertions(+) create mode 100644 dns/p5-Net-RNDC/Makefile create mode 100644 dns/p5-Net-RNDC/distinfo create mode 100644 dns/p5-Net-RNDC/pkg-descr create mode 100644 dns/p5-Net-RNDC/pkg-plist (limited to 'dns/p5-Net-RNDC') diff --git a/dns/p5-Net-RNDC/Makefile b/dns/p5-Net-RNDC/Makefile new file mode 100644 index 000000000000..7dc819d16895 --- /dev/null +++ b/dns/p5-Net-RNDC/Makefile @@ -0,0 +1,17 @@ +# $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 diff --git a/dns/p5-Net-RNDC/distinfo b/dns/p5-Net-RNDC/distinfo new file mode 100644 index 000000000000..474c603052a9 --- /dev/null +++ b/dns/p5-Net-RNDC/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-RNDC-0.003.tar.gz) = 84d6ef25032c04c10123757f9d96169a44168da23279fa5973f346435ae93770 +SIZE (Net-RNDC-0.003.tar.gz) = 17715 diff --git a/dns/p5-Net-RNDC/pkg-descr b/dns/p5-Net-RNDC/pkg-descr new file mode 100644 index 000000000000..10c89f5f7064 --- /dev/null +++ b/dns/p5-Net-RNDC/pkg-descr @@ -0,0 +1,4 @@ +Net-RNDC implements the BIND Remote Name Daemon Control V1 protocol +and the rndc client. + +WWW: http://search.cpan.org/dist/Net-RNDC/ diff --git a/dns/p5-Net-RNDC/pkg-plist b/dns/p5-Net-RNDC/pkg-plist new file mode 100644 index 000000000000..92225f3654d8 --- /dev/null +++ b/dns/p5-Net-RNDC/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Net/RNDC.pm +%%SITE_PERL%%/Net/RNDC/Exception.pm +%%SITE_PERL%%/Net/RNDC/Packet.pm +%%SITE_PERL%%/Net/RNDC/Session.pm +%%PERL5_MAN3%%/Net::RNDC.3.gz +%%PERL5_MAN3%%/Net::RNDC::Exception.3.gz +%%PERL5_MAN3%%/Net::RNDC::Packet.3.gz +%%PERL5_MAN3%%/Net::RNDC::Session.3.gz -- cgit v1.2.3