pkgsrc/devel/p5-App-CLI/Makefile
seb 71f185af34 Update p5-App-CLI from version 0.07 to version 0.08.
Approved by MAINTAINER.

Pkgsrc changes:
- Adjust dependencies: Pod::Simple::Text is provided by current
perl5 package, ExtUtils::AutoInstall is not (no more?) needed at build time
- Use generic and version agnostic HOMEPAGE
- Adjust MASTER_SITES
- Add LICENSE, commented out for now
- No need for any language compiler to build this package

Upstream changes:
* 0.08 - 25 Feb 2009

  * Allow commands to be provided as inner packages
2009-04-24 09:41:48 +00:00

24 lines
709 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/04/24 09:41:48 seb Exp $
#
DISTNAME= App-CLI-0.08
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= artistic OR gnu-gpl-v2
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+= p5-Locale-Maketext-Simple>=0.16:../../misc/p5-Locale-Maketext-Simple
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"