FreeBSD.software
Home/ports-mgmt/p5-FreeBSD-Ports

p5-FreeBSD-Ports

0.04_1

Perl modules for parsing FreeBSD's Ports INDEX file

FreeBSD::Ports and FreeBSD::Ports::Port are modules for parsing FreeBSD's Ports INDEX file and selecting ports that match certain criteria. For example, you might want to list ports maintained by tom@FreeBSD.org sorted alphabetically: my $ports = tie my %port, 'FreeBSD::Ports', '/usr/ports/INDEX'; $ports->maintainer('tom@FreeBSD.org'); $ports->sort('alpha'); foreach my $p (keys %port) { print $p->as_ascii,"\n"; }

Origin: ports-mgmt/p5-FreeBSD-Ports
Category: ports-mgmt
Size: 26.0KiB
License: BSD2CLAUSE
Maintainer: perl@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
$pkg install p5-FreeBSD-Ports

Dependencies (1)

More in ports-mgmt