pkgsrc/devel/p5-pip/Makefile
sno 0b77bca1e5 Updating devel/p5-pip from 1.16nb1 to 1.18
pkgsrc changes:
- adjust dependencies (partial reordered)

Upstream changes:
1.18 Mon 10 May 2010 - Adam Kennedy
	- POD typo fix to keep the Debian nazis happy :)

1.17 Mon 10 May 2010
	- Updating to Module::Install 0.95
	- Bundling newer author tests
	- Removing a three-argument open that some overzealous external
	  contributor added.
	- Added support for the .tgz extension, behaving the same as .tar.gz
	- Added support for github tarball URLs in the format
	  http://github.com/gitpan/Config-Tiny/tarball/2.12
2010-09-14 06:12:53 +00:00

35 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2010/09/14 06:12:53 sno Exp $
DISTNAME= pip-1.18
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AD/ADAMK/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/pip/
COMMENT= Perl Installation Program, for scripted+3rd-party distribution installation
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Archive-Zip>=1.29:../../archivers/p5-Archive-Zip
DEPENDS+= p5-CPAN-Inject>=0.07:../../devel/p5-CPAN-Inject
DEPENDS+= p5-File-Which>=1.08:../../devel/p5-File-Which
DEPENDS+= p5-File-pushd>=0.32:../../devel/p5-File-pushd
DEPENDS+= {perl>=5.10.0,p5-IO-Zlib-[0-9]*}:../../devel/p5-IO-Zlib
DEPENDS+= p5-PAR-Dist>=0.25:../../devel/p5-PAR-Dist
DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
BUILD_DEPENDS+= p5-LWP-Online>=1.06:../../www/p5-LWP-Online
BUILD_DEPENDS+= p5-Test-Script>=1.02:../../devel/p5-Test-Script
PERL5_PACKLIST= auto/pip/.packlist
#PERL5_MODULE_TYPE= Module::Install::Bundled
MAKE_PARAMS+= --skipdeps
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"