pkgsrc/devel/p5-Test-Requires/Makefile
hiramatsu 1ae1645076 Update p5-Test-Requires to 0.06.
Change from previous:
---------------------
0.06
        - support Perl 5.6.0 or later. Because Mouse need to support it.
          (gfx)
2011-12-13 12:28:37 +00:00

19 lines
533 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/12/13 12:28:37 hiramatsu Exp $
DISTNAME= Test-Requires-0.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-Requires/
COMMENT= Perl 5 module to test if a module can be loaded
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Requires/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"