Ticket #15535: Portfile

File Portfile, 700 bytes (added by hagedorn@…, 16 years ago)

portfile

Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       perl5 1.0
5
6perl5.setup     Net-IP 1.25
7name            p5-net-ip
8maintainers     tcnj.edu:hagedorn
9description     Perl extension for manipulating IPv4/IPv6 addresses
10long_description  \
11                  This module provides functions to deal with \
12                  IPv4/IPv6 addresses. The module can be used as a \
13                  class, allowing the user to instantiate IP \
14                  objects, which can be single IP addresses, \
15                  prefixes, or ranges of addresses.
16
17homepage          http://search.cpan.org/~manu/${distname}/
18platforms         darwin
19
20checksums       md5 a49c0b02a9b793ff60191cdafc0c202e \
21                sha1 058a0ce86a50e882e9254371157c0c602b88f691 \
22                rmd160 92116a215d255d1a16b819df23c98bb0324df2f6
23
24