class Autoproj::PackageManagers::PortManager
Package manager interface for systems that use port (i.e. MacPorts/Darwin) as their package manager
Public Class Methods
Source
# File lib/autoproj/package_managers/port_manager.rb, line 6 def initialize(ws) super(ws, true, %w[port install], %w[port install]) end
Calls superclass method