aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libip-country-perl_2.27.bb
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-17 16:59:22 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 00:46:26 +0300
commit13e315742729bcf4c7dc640ce9d3a711c7ac8e6e (patch)
treeef08585a6468d7850fff3809df9836ed400b8927 /recipes/perl/libip-country-perl_2.27.bb
parent2855f9334ccbe7ca86f72da957d4120ebd59a0bc (diff)
downloadopenembedded-13e315742729bcf4c7dc640ce9d3a711c7ac8e6e.tar.gz
libip-country-perl: add IP::Country Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl/libip-country-perl_2.27.bb')
-rw-r--r--recipes/perl/libip-country-perl_2.27.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/perl/libip-country-perl_2.27.bb b/recipes/perl/libip-country-perl_2.27.bb
new file mode 100644
index 0000000000..81f50ecb22
--- /dev/null
+++ b/recipes/perl/libip-country-perl_2.27.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "IP::Country - fast lookup of country codes from IP addresses"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += "perl-module-extutils-makemaker"
+BBCLASSEXTEND = "native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NW/NWETTERS/IP-Country-${PV}.tar.gz;name=ip-country-perl-${PV}"
+SRC_URI[ip-country-perl-2.27.md5sum] = "32932280ee4729145e85e08dad5ab8c6"
+SRC_URI[ip-country-perl-2.27.sha256sum] = "39ed6d3890d655159e950f785f5e124b580ebaa0ab531bc4cf182184801192e1"
+
+S = "${WORKDIR}/IP-Country-${PV}"
+
+inherit cpan
+
+PACKAGE_ARCH = "all"