pkgsrc/devel/p5-Data-Section/Makefile
seb 9ca86c3f9a Update p5-Data-Section from version 0.100.270 (upstream version
0.100270) to version 0.100.770 (upstream version 0.100770).

Upstream changes:
0.100770  2010-03-18 08:05:46 America/New_York
          this release's changes courtesy of Tatsuhiko Miyagawa:
          __END__ now ends the whole data section; ignore_end may come someday
          empty data lines between __DATA__ and first section are ignored
2010-04-24 19:11:12 +00:00

24 lines
738 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/04/24 19:11:12 seb Exp $
#
DISTNAME= Data-Section-0.100770
PKGNAME= p5-Data-Section-0.100.770
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Section/
COMMENT= Perl 5 module to read multiple hunks of data out of your DATA section
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
DEPENDS+= p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Data/Section/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"