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

NAME

Slaughter::Packages::freebsd - Abstractions for FreeBSD package management.

DESCRIPTION

This module contains code for dealing with system packages, using the ports system.

METHODS

Now follows documentation on the available methods.

new

Create a new instance of this object.

recognised

Does the local system match a known type?

isInstalled

Is the specified package installed?

installPacakge

Install a package upon the local system.

removePackage

Remove the specified package.

AUTHOR

Steve Kemp <steve@steve.org.uk>

LICENSE

Copyright (c) 2010-2015 by Steve Kemp. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.