Ticket #9851: Portfile

File Portfile, 776 bytes (added by rick@…, 18 years ago)

Portfile p5-net-ip-1.25

Line 
1# $Id: Portfile,v 1.8 2006/05/02 04:08:14 yves Exp $
2PortSystem 1.0
3PortGroup perl5 1.0
4
5perl5.setup             Net-IP 1.25
6maintainers             yves@opendarwin.org
7description             Perl extension for manipulating IPv4/IPv6 addresses
8long_description        Net-IP  rovides functions to deal with IPv4/IPv6 \
9                    addresses. The module can be used as a class, \
10                    allowing the user to instantiate IP objects, \
11                    which can be single IP addresses, prefixes, \
12                    or ranges of addresses. There is also a procedural \
13                    way of accessing most of the functions. Most subroutines \
14                     can take either IPv4 or IPv6 addresses transparently.
15checksums               md5 a49c0b02a9b793ff60191cdafc0c202e
16platforms               darwin
17
18