pkgsrc/devel/p5-App-perlbrew/Makefile
seb f560743664 Update p5-App-perlbrew from version 0.09nb1 to version 0.10.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.10:
- Use File::Path::Tiny to avoid the api incompatibility of File::Path.
- yanick++ and castaway++ fixes docmentation
- gfx++ made it accept -Dopt style flags as Perl Configurate does.
- (Danijel Tasov)++ added '-n' option -- no test!
- xsawyerx++ fixes RT #57672, #60123, and GH #9
- Fixes #59729
2010-08-25 22:44:30 +00:00

23 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/08/25 22:44:30 seb Exp $
#
DISTNAME= App-perlbrew-0.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/App-perlbrew/
COMMENT= Manage perl installations in your $$HOME
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/App/perlbrew/.packlist
DEPENDS+= p5-File-Path-Tiny>=0.1:../../devel/p5-File-Path-Tiny
DEPENDS+= p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"