pkgsrc/devel/p5-App-CLI/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

24 lines
699 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:03 wiz Exp $
DISTNAME= App-CLI-0.313
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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
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"