From ed8ce5edd420dd1811316707b95bb639d120e1c3 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Wed, 17 Mar 2010 19:06:38 +0300 Subject: libnet-cidr-perl: add Net::CIDR Perl module Signed-off-by: Roman I Khimov --- recipes/perl/libnet-cidr-perl_0.13.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/perl/libnet-cidr-perl_0.13.bb (limited to 'recipes') diff --git a/recipes/perl/libnet-cidr-perl_0.13.bb b/recipes/perl/libnet-cidr-perl_0.13.bb new file mode 100644 index 0000000000..a052270b70 --- /dev/null +++ b/recipes/perl/libnet-cidr-perl_0.13.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Net::CIDR - Manipulate IPv4/IPv6 netblocks in CIDR notation" +SECTION = "libs" +LICENSE = "Artistic|GPL" +RDEPENDS_${PN} += "perl-module-carp" + +BBCLASSEXTEND = "native" + +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MR/MRSAM/Net-CIDR-0.13.tar.gz;name=net-cidr-perl-${PV}" +SRC_URI[net-cidr-perl-0.13.md5sum] = "40f0f42104b314af91ab78119e0096de" +SRC_URI[net-cidr-perl-0.13.sha256sim] = "7011713891c2710dd803d21789df6ba0ad7f4692d5cc1dde83b7106f4b726dab" + +S = "${WORKDIR}/Net-CIDR-${PV}" + +inherit cpan + +PACKAGE_ARCH = "all" -- cgit v1.2.3