1f2becc988
Upstream changes: 1.09 2015-10-25 NEILB - README updated with current location of Aegis project. Thanks to @SparkeyG for the pull request - Updated github repo URL after changing my github username - Switched to Dist::Zilla
16 lines
460 B
Makefile
16 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.29 2016/01/18 13:24:49 wen Exp $
|
|
|
|
DISTNAME= Test-Cmd-1.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.baldmt.com/Test-Cmd/
|
|
COMMENT= Perl5 module for testing of external commands and scripts
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Test/Cmd/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|