The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CPANPLUS::Dist::Ports - FreeBSD Ports Interface for CPANPLUS

DESCRIPTION

CPANPLUS::Dist::Ports is CPANPLUS's way to generate, install and uninstall FreeBSD Ports

METHODS

new( module => MODULE_OBJECT );

takes a module object as returned by CPANPLUS::Internals::Module (and the module_tree method in CPANPLUS::Backend), and returns a CPANPLUS::Dist::Ports object.

create ( dir => '/path/to/build/dir' );

install ( makefile => '/path/to/makefile' );

AUTHORS

This module by Autrijus Tang <autrijus@autrijus.org>, Jos Boumans <kane@cpan.org>.

COPYRIGHT

The CPAN++ interface (of which this module is a part of) is copyright (c) 2001, 2002 Jos Boumans <kane@cpan.org>. All rights reserved.

This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.

SEE ALSO

"ERROR OBJECT" in CPANPLUS::Backend