diff options
author | sno <sno> | 2010-01-16 16:01:58 +0000 |
---|---|---|
committer | sno <sno> | 2010-01-16 16:01:58 +0000 |
commit | 8b6d4c1bb1497c90640db83d7529eeb6bb9ac4a8 (patch) | |
tree | 47a3a3f6ee55cbd3c4bb5e9bb29414d85bde21fc /devel | |
parent | c3226fdd8477d12b9b4ac1f1e498a6140b6e3b0c (diff) | |
download | pkgsrc-8b6d4c1bb1497c90640db83d7529eeb6bb9ac4a8.tar.gz |
Importing devel/p5-pip 1.16 as dependency of import of Perl Application
Development and Refactoring Environment.
The pip ("Perl Installation Program") console application is used to install
Perl distributions in a wide variety of formats, both from CPAN and from
external third-party locations, while supporting module dependencies that go
across the boundary from third-party to CPAN.
Using pip you can install CPAN modules, arbitrary tarballs from both the
local file-system or across the internet from arbitrary URIs.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-pip/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-pip/Makefile | 33 | ||||
-rw-r--r-- | devel/p5-pip/distinfo | 5 |
3 files changed, 45 insertions, 0 deletions
diff --git a/devel/p5-pip/DESCR b/devel/p5-pip/DESCR new file mode 100644 index 00000000000..f6a016072b5 --- /dev/null +++ b/devel/p5-pip/DESCR @@ -0,0 +1,7 @@ +The pip ("Perl Installation Program") console application is used to install +Perl distributions in a wide variety of formats, both from CPAN and from +external third-party locations, while supporting module dependencies that go +across the boundary from third-party to CPAN. + +Using pip you can install CPAN modules, arbitrary tarballs from both the +local file-system or across the internet from arbitrary URIs. diff --git a/devel/p5-pip/Makefile b/devel/p5-pip/Makefile new file mode 100644 index 00000000000..ffd36031cac --- /dev/null +++ b/devel/p5-pip/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 16:01:58 sno Exp $ + +DISTNAME= pip-1.16 +PKGNAME= p5-${DISTNAME} +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+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-PAR-Dist>=0.25:../../devel/p5-PAR-Dist +DEPENDS+= p5-Params-Util>=0.21:../../devel/p5-Params-Util +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI + +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" diff --git a/devel/p5-pip/distinfo b/devel/p5-pip/distinfo new file mode 100644 index 00000000000..d98f2b51db3 --- /dev/null +++ b/devel/p5-pip/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 16:01:58 sno Exp $ + +SHA1 (pip-1.16.tar.gz) = d9037bef3e555038a40b7840d7c745e14b9f8a3b +RMD160 (pip-1.16.tar.gz) = b4783ab04f80a20982b7c6a1aaeae52bb26c1797 +Size (pip-1.16.tar.gz) = 106270 bytes |