127c937a6f
1.17 Sun 7 May 14:21:26 CEST 2017 - update: IP in IP encapsulation should use IPv4 layer type - update: copyright notice
21 lines
661 B
Makefile
21 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/09/17 20:34:59 wiz Exp $
|
|
|
|
DISTNAME= Net-Frame-1.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= The base framework for frame crafting
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Frame/
|
|
LICENSE= artistic
|
|
|
|
DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor
|
|
DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
|
|
DEPENDS+= p5-Net-IPv6Addr-[0-9]*:../../net/p5-Net-IPv6Addr
|
|
DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector
|
|
|
|
PERL5_PACKLIST= auto/Net/Frame/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|