pkgsrc/net/p5-IP-Country/Makefile
mef 824417379e Update to 2.28
--------------
IP-Country-2.28, 2013.05.15
---------------------------
Thanks to ANDK for bug report.
BUGFIX: http://rt.cpan.org/Public/Bug/Display.html?id=74843
  minor robustness suggestion to work with CPAN::Reporter
Database update (thx NHORNE and darrenrh-at-gmail for reminder)
2015-02-20 07:08:51 +00:00

21 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.17 2015/02/20 07:08:51 mef Exp $
#
DISTNAME= IP-Country-2.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IP-Country/
COMMENT= Fast lookup of country codes from IP addresses
#LICENSE= ${PERL5_LICENSE}
# See COPYRIGHT part of lib/IP/Country.pm (Re: RIPE database)
DEPENDS+= p5-Geography-Countries-[0-9]*:../../geography/p5-Geography-Countries
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IP/Country/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"