pkgsrc/devel/p5-Test-Cmd/Makefile
wen 1f2becc988 Update to 1.09
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
2016-01-18 13:24:49 +00:00

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"