[oe-commits] Roman I Khimov : libnet-cidr-perl: add Net::CIDR Perl module

git version control git at git.openembedded.org
Sat Mar 20 15:48:01 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: fca28d6293b66342e5560e6176b05196db602b8f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fca28d6293b66342e5560e6176b05196db602b8f

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 19:06:38 2010 +0300

libnet-cidr-perl: add Net::CIDR Perl module

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libnet-cidr-perl_0.13.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

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 0000000..4b23580
--- /dev/null
+++ b/recipes/perl/libnet-cidr-perl_0.13.bb
@@ -0,0 +1,16 @@
+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





More information about the Openembedded-commits mailing list