pkgsrc/devel/p5-Test-Command-Simple/Makefile
wen 0b5ce20f03 Update to 0.04
Upstream changes:
0.04    2012-Nov-29
        ! This method of running subcommands doesn't work hot on
          Windows (except cygwin).  Instead of hanging the cpantesters,
          we'll instead drop the platform altogether.
2013-09-05 06:36:22 +00:00

16 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/09/05 06:36:22 wen Exp $
DISTNAME= Test-Command-Simple-0.04
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-Command-Simple/
COMMENT= Test external commands (nearly) as easily as loaded modules
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Test/Command/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"