Ticket #28649: Portfile

File Portfile, 1.1 KB (added by outis, 13 years ago)

Portfile for IO::Interface

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7name                p5-io-interface
8perl5.setup         IO-Interface 1.05
9version             1.05
10revision            1
11categories          perl net
12platforms           darwin
13maintainers         nomaintainer
14
15description         Perl extensions for access to network card configuration information.
16
17long_description    IO::Interface adds methods to IO::Socket objects that \
18                    allows them to be used to retrieve and change information \
19                    about the network interfaces on your system. In addition \
20                    to the object-oriented access methods, you can use a \
21                    function-oriented style. \
22                    \
23                    IO::Interface::Simple allows you to interrogate and change\
24                    network interfaces. It has overlapping functionality with \
25                    Net::Interface, but might compile and run on more \
26                    platforms.
27
28
29checksums           sha1 5b195518fbd87175a5bc4c71d426a2e360b99f98 \
30                    rmd160 540de54311e24619e748116a595c40efd3db3329