pkgsrc/net/p5-Net-IPv6Addr/Makefile
adrianp caae554397 Net::IPv6Addr provides functions for parsing IPv6 addresses in all
formats described by RFC1884.  If Math::Base85 is installed, formats
described in RFC1924 are also valid.  It will generate "IP6.INT."
strings (as described in RFC1886) if you are inclined to play with
DNS records.
2005-08-13 08:05:43 +00:00

19 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 08:05:43 adrianp Exp $
DISTNAME= Net-IPv6Addr-0.2
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
DEPENDS+= p5-Math-Base85-[0-9]*:../../math/p5-Math-Base85
DEPENDS+= p5-Net-IPv4Addr-[0-9]*:../../net/p5-Net-IPv4Addr
MAINTAINER= adrianp@NetBSD.org
COMMENT= Check the validity of IPv6 addresses
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Net/IPv6Addr/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"