fb1c2ae280
package is provided in PR pkg/45722. This modules implements the encoding and decoding of the IPv6 layer. RFC: ftp://ftp.rfc-editor.org/in-notes/rfc2460.txt See also Net::Frame::Layer for other attributes and methods.
22 lines
666 B
Makefile
22 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/02/17 01:40:44 hiramatsu Exp $
|
|
|
|
DISTNAME= Net-Frame-Layer-IPv6-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Internet Protocol v6 layer object
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Frame-Layer-IPv6/
|
|
LICENSE= artistic
|
|
|
|
DEPENDS+= p5-Net-Frame-[0-9]*:../../net/p5-Net-Frame
|
|
DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Net/Frame/Layer/IPv6/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|