pkgsrc/net/p5-Net-Frame-Simple/Makefile
wiz cf797c2a99 p5-Net-Frame-Simple: update to 1.08.
1.08 Sun  7 May 14:23:24 CEST 2017
   - bugfix: correctly computeLengths() when encapsulating IP within IP
   - update: copyright notice
2017-09-17 20:33:44 +00:00

19 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.12 2017/09/17 20:33:44 wiz Exp $
DISTNAME= Net-Frame-Simple-1.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Frame crafting made easy
HOMEPAGE= http://search.cpan.org/dist/Net-Frame-Simple/
LICENSE= artistic
DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor
DEPENDS+= p5-Net-Frame-[0-9]*:../../net/p5-Net-Frame
PERL5_PACKLIST= auto/Net/Frame/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"