Changes since 0.2: 0.6 Mon May 11 2009 - fix awful - yet popular - usage of Geo::IPfree::new corrected docs to use ->new instead - more dist cleanup 0.5 Tue Feb 03 2009 - include Memoize in prereqs for older perls 0.4 Mon Dec 01 2008 - fix "undef" test 0.3 Wed Nov 19 2008 - Add webgeo2ipct script - Add new data file - Fix all warnings - Handle hosts that fail nslookup - find_db_file() now looks in user-overridable locations before looking for the shipped version. - /tmp removed from possible db locations. - Dist cleanup.
19 lines
500 B
Makefile
19 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/09/19 00:13:49 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= Geo-IPfree-0.6
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~gmpassos/Geo-IPfree-0.2/
|
|
COMMENT= Gets country name by IP or hostname
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Geo/IPfree/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|