pkgsrc/net/p5-Net-IPv6Addr/Makefile
wen c7346de2a6 Update to 0.96
Update DEPENDS

Upstream changes:
0.96 2018-10-06
        * Requirement on Math::BigInt changed to add version

0.95 2018-10-06
        * "from_bigint" method added
        * Documentation updated to reflect the current RFCs
        * Tests of "to_bigint", rfc compliance; fix broken string test
        * Any valid ipv6 value can now be output as mixed ipv6 and ipv4

0.94 2018-10-06     Ben Bullock <bkb@cpan.org>
        * Pod error fixed
        * EXPORTS_OK corrected

0.93 2018-10-05     Ben Bullock <bkb@cpan.org>
        * Remove README and use generated one
        * Fix bad links in documentation

0.92 2018-10-05     Ben Bullock <bkb@cpan.org>
        * Documentation expanded with working examples
        * UTF-8 in Makefile.PL marked
        * to_* routines exported on demand
        * Repetition in error messages removed
2018-10-20 14:10:02 +00:00

19 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.20 2018/10/20 14:10:02 wen Exp $
DISTNAME= Net-IPv6Addr-0.96
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~tmonroe/Net-IPv6Addr/
COMMENT= Check the validity of IPv6 addresses
DEPENDS+= p5-Math-Base85>=0.2:../../math/p5-Math-Base85
DEPENDS+= p5-Net-IPv4Addr>=0.10:../../net/p5-Net-IPv4Addr
DEPENDS+= p5-Math-BigInt>=1.999813:../../math/p5-Math-BigInt
PERL5_PACKLIST= auto/Net/IPv6Addr/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"