pkgsrc/net/p5-Net-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

21 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:26 jlam Exp $
#
DISTNAME= Net-IP-1.23
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~manu/Net-IP-1.20/
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
DEPENDS+= p5-Math-BigInteger-[0-9]*:../../math/p5-Math-BigInteger
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Net/IP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"