bdb64903bf
-------------- 0.05 2015-Jun-07 ! It does work on darwin, though. ! Fix the NAME of the module in the POD. ! Fix export of exit_status.
16 lines
508 B
Makefile
16 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/09/06 10:05:21 mef Exp $
|
|
|
|
DISTNAME= Test-Command-Simple-0.05
|
|
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"
|