Ticket #15499: Portfile

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

Portfile

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