pkgsrc/net/p5-Net-Frame-Simple/Makefile
mef 496001d7a3 Update 1.04 to 1.06
-------------------
1.06 Fri Jan 23 07:32:52 CET 2015
   - new: truncated attribute
   - update: copyright notice
   - update: Kwalitee

1.05  Wed Jan 25 22:48:18 CET 2012
   - UPDATE: %Next variable population removed. Must be done from
   developer's own layer 7 modules.
   - bugfix: check when capture length is smaller than content length
   - update: copyright notice
2015-02-21 11:32:02 +00:00

19 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/02/21 11:32:02 mef Exp $
DISTNAME= Net-Frame-Simple-1.06
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"