class Autoproj::PackageManagers::PortManager

Package manager interface for systems that use port (i.e. MacPorts/Darwin) as their package manager

Public Class Methods

new(ws) click to toggle source
Calls superclass method
# File lib/autoproj/package_managers/port_manager.rb, line 6
def initialize(ws)
    super(ws, true,
            %w[port install],
            %w[port install])
end