pkgsrc/net/p5-Net-Frame/Makefile
wiz 127c937a6f p5-Net-Frame: update to 1.17.
1.17 Sun  7 May 14:21:26 CEST 2017
   - update: IP in IP encapsulation should use IPv4 layer type
   - update: copyright notice
2017-09-17 20:34:59 +00:00

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"