pkgsrc/net/p5-Geo-IP/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

20 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:24 jlam Exp $
#
DISTNAME= Geo-IP-1.25
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.maxmind.com/geoip/api/perl.shtml
COMMENT= Gets country name by IP or hostname
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Geo/IP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../net/GeoIP/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"