92221ce8e0
* doc update Changes 0.3: * new cascading attribute for subcommands Changes 0.2: * New Feature: Cascading Subcommand * Deprecated Feature: Long Option Subcommand (still work) * Abundant DOCs Changes 0.103: * Release Changes 0.102: * Re-upload Changes 0.10: * Update document Changes 0.09: * Fix the command pattern used in help.
23 lines
717 B
Makefile
23 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.8 2011/08/07 06:58:43 adam Exp $
|
|
|
|
DISTNAME= App-CLI-0.313
|
|
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}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/App/CLI/.packlist
|
|
|
|
#IC5.8.8DEPENDS+= p5-Getopt-Long>=2.35:../../devel/p5-Getopt-Long
|
|
DEPENDS+= {perl>=5.10.0,p5-Locale-Maketext-Simple>=0.16}:../../misc/p5-Locale-Maketext-Simple
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|