pkgsrc/net/p5-IP-Country/Makefile
heinz 35340da53b Updated to version 2.21.
Pkgsrc changes:
  - The module is available in the IP subdirectory on CPAN, so use the shorter
    URL for MASTER_SITES.

Relevant changes since version 2.20:
====================================

- Small bug fixes
- Database update:
  Apr  6 01:20 ripe.db.inetnum.gz
  Apr  6 00:18 delegated-afrinic-20060406
  Apr  5 18:16 delegated-apnic-20060406
  Apr  6 05:03 delegated-arin-20060406
  Apr  6 03:50 delegated-lacnic-20060405
2006-06-11 16:35:38 +00:00

20 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/06/11 16:35:38 heinz Exp $
#
DISTNAME= IP-Country-2.21
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5icy
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IP/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IP-Country/
COMMENT= Fast lookup of country codes from IP addresses
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IP/Country/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"