Add missing dependencies. 0.49 Mon Nov 06 07:46:11 CET 2017 * add files to MANIFEST missing from last release 0.48 Sun Nov 05 13:34:46 CET 2017 * fixed help output behaviour (patch from sunnavy) * more rigorous testing of Help class * minor documentation improvements * add AppVeyor configuration 0.47 Wed Nov 01 22:31:41 CET 2017 * add missing prereqs * add missing LICENSE file * add POD tests * fix utf8 error in POD 0.46 Wed Nov 01 20:21:58 CEST 2017 * many documentation updates * extended test suite * fix several perlcritic issues * mention package aliases in command list (José Joaquín Atria) * add default version command (José Joaquín Atria) * add a 'commands' command to list commands in app (José Joaquín Atria) * multiple general improvements to the code (José Joaquín Atria)
21 lines
591 B
Makefile
21 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.20 2017/11/08 16:26:24 wiz Exp $
|
|
|
|
DISTNAME= App-CLI-0.49
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
|
|
|
MAINTAINER= bad@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/App-CLI/
|
|
COMMENT= Dispatcher module for command line interface programs
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
|
|
DEPENDS+= p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/App/CLI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|