e2fcfd408c
(pkglint-4.150 warns) WARN: Makefile:4: The package is being downgraded from 0.200005 to 0.200.006. ------------------- 0.200006 2014-03-10 10:14:45-04:00 America/New_York - skip tests on Win32 pre-5.14 related to line endings; perl munges the data before we're able to get at it (thanks, Christian Walde!)
20 lines
702 B
Makefile
20 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.14 2015/01/29 01:17:20 mef Exp $
|
|
|
|
DISTNAME= Data-Section-0.200006
|
|
PKGNAME= p5-Data-Section-0.200.006
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Data/Section/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|