pkgsrc/net/p5-NetAddr-IP/Makefile
seb 0e8118e3cf Update to version 3.24.
Add HOMEPAGE.

Changes since last packaged version (3.21)
* 3.22
Fixed bug rt.cpan.org #7070 reported by Grover Browning (auto-inc/dec
on v6 fails). Thanks Grover. Ruben van Staveren pointed out a bug in
v6 canonicalization, as well as providing a patch that was
applied. Thanks Ruben.

* 3.23
Included support for Module::Signature. Added ->re() as
contributed by Laurent Facq (Thanks Laurent!). Added Coalesce() as
suggested by Perullo.

* 3.24
Version bump. Transfer of 3.23 to CPAN ended up in a truncated file
being uploaded.
2005-04-20 07:44:31 +00:00

24 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/04/20 07:44:31 seb Exp $
#
DISTNAME= NetAddr-IP-3.24
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nai
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/}
MAINTAINER= seb@NetBSD.org
HOMEPAGE= http://mipagina.cantv.net/lem/perl/iptut.html
COMMENT= Perl5 module for managing IP addresses
# This is for the 'test' target
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
BUILD_DEPENDS+= p5-Module-Signature-[0-9]*:../../security/p5-Module-Signature
PERL5_REQD= 5.6.0
USE_LANGUAGES= # empty
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/NetAddr/IP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"