pkgsrc/devel/p5-Test-Command-Simple/Makefile
2021-05-24 19:49:01 +00:00

17 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/05/24 19:51:41 wiz Exp $
DISTNAME= Test-Command-Simple-0.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"