diff options
author | he <he@pkgsrc.org> | 2014-11-21 09:54:25 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2014-11-21 09:54:25 +0000 |
commit | 9714eec9875f49e92f412913243424a782a71bd7 (patch) | |
tree | 172616598432d2d64fb4fea5fbe0a85d58e81f16 /net | |
parent | 1eeaeb6e1f7f44a151f942be4d50cc90f6b75a2c (diff) | |
download | pkgsrc-9714eec9875f49e92f412913243424a782a71bd7.tar.gz |
Add p5-DNS-LDNS version 0.06 -- a package for the contributed perl5
bindings for the ldns library.
The package description:
DNS::LDNS is a perl OO-wrapper for the ldns library. For a detailed
description on how this library works, you are advised to read the ldns
documentation. For a functional description of the wrapper classes,
please read the perldoc for DNS::LDNS and subclasses.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/p5-DNS-LDNS/DESCR | 4 | ||||
-rw-r--r-- | net/p5-DNS-LDNS/Makefile | 22 | ||||
-rw-r--r-- | net/p5-DNS-LDNS/distinfo | 5 |
4 files changed, 33 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index c6403c52678..7ca67e96307 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1044 2014/11/19 12:02:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.1045 2014/11/21 09:54:25 he Exp $ # COMMENT= Networking tools @@ -398,6 +398,7 @@ SUBDIR+= openwbem SUBDIR+= ortp SUBDIR+= overnet SUBDIR+= p5-Cisco-Abbrev +SUBDIR+= p5-DNS-LDNS SUBDIR+= p5-DNS-ZoneParse SUBDIR+= p5-Danga-Socket SUBDIR+= p5-Data-Stream-Bulk diff --git a/net/p5-DNS-LDNS/DESCR b/net/p5-DNS-LDNS/DESCR new file mode 100644 index 00000000000..c1036e9860b --- /dev/null +++ b/net/p5-DNS-LDNS/DESCR @@ -0,0 +1,4 @@ +DNS::LDNS is a perl OO-wrapper for the ldns library. For a detailed +description on how this library works, you are advised to read the ldns +documentation. For a functional description of the wrapper classes, +please read the perldoc for DNS::LDNS and subclasses. diff --git a/net/p5-DNS-LDNS/Makefile b/net/p5-DNS-LDNS/Makefile new file mode 100644 index 00000000000..23793db941a --- /dev/null +++ b/net/p5-DNS-LDNS/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2014/11/21 09:54:25 he Exp $ + +DISTVERSION= 1.6.17 +PKGVERSION= 0.06 +PKGNAME= p5-DNS-LDNS-${PKGVERSION} +DISTNAME= ldns-${DISTVERSION} +CATEGORIES= net +MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ + +MAINTAINER= he@NetBSD.org +HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/ +COMMENT= Perl5 bindings for the LDNS library +LICENSE= modified-bsd + +USE_LANGUAGES= c + +WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/DNS-LDNS +PERL5_PACKLIST= auto/DNS/LDNS/.packlist + +.include "../../net/ldns/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-DNS-LDNS/distinfo b/net/p5-DNS-LDNS/distinfo new file mode 100644 index 00000000000..bc1c86796b3 --- /dev/null +++ b/net/p5-DNS-LDNS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/11/21 09:54:25 he Exp $ + +SHA1 (ldns-1.6.17.tar.gz) = 4218897b3c002aadfc7280b3f40cda829e05c9a4 +RMD160 (ldns-1.6.17.tar.gz) = 5382cfaafa7ec1fadcf390f804fbf14e04d7c03a +Size (ldns-1.6.17.tar.gz) = 1315403 bytes |