aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libip-country-perl_2.27.bb
blob: ba0fceacc8f0701a52bdd5588c2947658de924f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "IP::Country - fast lookup of country codes from IP addresses"
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
RDEPENDS_${PN} += "perl-module-extutils-makemaker"
BBCLASSEXTEND = "native"
PR = "r1"

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"