2d25e4be68
- Add following line PERL5_MODULE_TYPE= Module::Build (upstream) - Update 1.05 to 1.06 ------------------- 1.06 2015-02-11 - Fixed some typos. RT 88523. - Changed ChangeLog file to new Changes specification. - Documentation improvments - Put distro on GitHub. Gabor Szabo - Fixed Module::Build requirement. RT 102059. https://rt.cpan.org/Public/Bug/Display.html?id=102059 Test::Inter has an requirement for Module::Build of 0.39, yet it builds just fine with Module::Build 0.280801. Please reduce the Module::Build version requirement
19 lines
524 B
Makefile
19 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/02/17 06:29:59 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Inter-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Inter/
|
|
COMMENT= Perl 5 framework for more readable interactive tests
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Test/Inter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|