b072fec42d
This perl module implements the encoding and decoding of the ICMPv6 layer. Packaged by Edgar Fuß in PR 45722, updated to latest version by myself.
19 lines
599 B
Makefile
19 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/11/06 11:02:45 wiz Exp $
|
|
|
|
DISTNAME= Net-Frame-Layer-ICMPv6-1.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Internet Control Message Protocol v6 layer object
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Frame-Layer-ICMPv6/
|
|
LICENSE= artistic
|
|
|
|
DEPENDS+= p5-Net-Frame-[0-9]*:../../net/p5-Net-Frame
|
|
DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector
|
|
|
|
PERL5_PACKLIST= auto/Net/Frame/Layer/ICMPv6/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|