diff options
author | leeym <leeym@FreeBSD.org> | 2005-03-04 17:09:15 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-03-04 17:09:15 +0800 |
commit | b9ef24db8872f8188ffa1c9eccfb05c650bffbad (patch) | |
tree | c2c9cb23b2bf4c8ce81f2f9d21c6b546ff76c370 /devel/Makefile | |
parent | 77642a084009ee1baa9058d838bccd90b02f5ff4 (diff) | |
download | freebsd-ports-gnome-b9ef24db8872f8188ffa1c9eccfb05c650bffbad.tar.gz freebsd-ports-gnome-b9ef24db8872f8188ffa1c9eccfb05c650bffbad.tar.zst freebsd-ports-gnome-b9ef24db8872f8188ffa1c9eccfb05c650bffbad.zip |
- add p5-CPANPLUS-0.53
CPAN++ (also referred to and pronounced as CPANPLUS) is a new and flexible
method of perl module management and installation using the Comprehensive
Perl Archive Network (CPAN). It aims to be a rewrite, and in time a
replacement to the current CPAN.pm. In addition to fixing some long-standing
problems, CPAN++ includes new features, such as module uninstall.
Note: CPANPLUS will become a part of core in perl 5.10
PR: 77012
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4a637b0f263d..ce9ae16a6175 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -648,6 +648,7 @@ SUBDIR += p5-C-Scan SUBDIR += p5-CPAN-DistnameInfo SUBDIR += p5-CPAN-Mini + SUBDIR += p5-CPANPLUS SUBDIR += p5-Cache SUBDIR += p5-Cache-Cache SUBDIR += p5-Cache-FastMmap |