560f0620b0
- Add dependency to p5-Test-Most (upstream) - Update to 0.31 ---------------- 1.31 2015-02-08 - Dist cleanup (Sergey Romanov) - Moose cleanups (Sawyer X) - Fixed TERM plugin input - Coercion for ENV variables (Roman F.) - Refactor handling of boolean values - Allow for empty values - Add cmd_count option for counters
20 lines
570 B
Makefile
20 lines
570 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/02/14 12:03:54 mef Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-App-1.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~maros/MooseX-App/lib/MooseX/App.pm
|
|
COMMENT= Write user-friendly command line apps with even less suffering
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
|
|
|
|
PERL5_PACKLIST= auto/MooseX/App/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|