[oe-commits] Roman I Khimov : libnetaddr-ip-perl: add NetAddr::IP Perl module

git version control git at git.openembedded.org
Thu Mar 18 21:21:08 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Mar 18 17:00:05 2010 +0300

libnetaddr-ip-perl: add NetAddr::IP Perl module

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

---

 recipes/perl/libnetaddr-ip-perl_4.027.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libnetaddr-ip-perl_4.027.bb b/recipes/perl/libnetaddr-ip-perl_4.027.bb
new file mode 100644
index 0000000..d6823a3
--- /dev/null
+++ b/recipes/perl/libnetaddr-ip-perl_4.027.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Perl module to manage IPv4 and IPv6 addresses and subnets"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += "perl-module-test-more"
+BBCLASSEXTEND = "native"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${PV}.tar.gz;name=netaddr-ip-perl-${PV}"
+SRC_URI[netaddr-ip-perl-4.027.md5sum] = "c4a21a76e5b1b9f4c8e9810b78559d7b"
+SRC_URI[netaddr-ip-perl-4.027.sha256sum] = "e26b76d65e83841ba618bbe9ea913159e5e0e14a1e611b3ff870ed41e60077e0"
+
+S = "${WORKDIR}/NetAddr-IP-${PV}"
+
+inherit cpan





More information about the Openembedded-commits mailing list