pkgsrc/devel/p5-Test-UseAllModules/Makefile
mef 3771e63f4b Update 0.14 to 0.17
-------------------
0.17 2014/11/13
  - oops, forgot to update MANIFEST...

0.16 2014/11/13
  - dropped cpanfile support, as it forced users of this module
    to update too many modules, especially while testing backward
    compatibility with older perls.

0.15 2014/07/13
  - dropped (experimental) Test::More 1.5/2.0 support
2015-02-17 13:22:30 +00:00

17 lines
502 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/02/17 13:22:30 mef Exp $
DISTNAME= Test-UseAllModules-0.17
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-UseAllModules/
COMMENT= Do use_ok() for all the MANIFESTed modules
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/UseAllModules/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"