mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
edb62896ac
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. You can use pip to ensure that specific versions of CPAN modules are installed instead of the most current version. WWW: http://search.cpan.org/dist/pip/ PR: ports/139033 Submitted by: Cezary Morga <cm@therek.net> Feature safe: yes
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
bin/pip
|
|
%%SITE_PERL%%/Module/Plan/Base.pm
|
|
%%SITE_PERL%%/Module/Plan/Lite.pm
|
|
%%SITE_PERL%%/Module/Plan/Archive.pm
|
|
%%SITE_PERL%%/Module/P5Z.pm
|
|
%%SITE_PERL%%/pip.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/pip/.packlist
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/pip
|
|
@dirrmtry %%SITE_PERL%%/Module/Plan
|
|
@dirrmtry %%SITE_PERL%%/Module
|