Ticket #22307: Portfile

File Portfile, 905 bytes (added by scott@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem               1.0
4PortGroup                perl5 1.0
5
6perl5.setup              IO-Socket-INET6 2.56
7maintainers              hostwizard.com:scott
8platforms                darwin
9
10description              IO::Socket::INET6 object interface to ipV6
11
12long_description         IO::Socket::INET6 provides an object \
13                         interface to creating and using sockets in both \
14                         AF_INET|AF_INET6 domain. It is built upon the IO::Socket \
15                         interface and inherits all the methods defined by \
16                         IO::Socket.
17
18checksums                md5     24e31d757247893f5178e690be9b006f \
19                         sha1    90e0f7d481278cbe837e14bac89deddcb90b5bab \
20                         rmd160  8f5c3e09597f003475f4bbfa709b3980057e5df8
21
22depends_lib              port:p5-socket6 \
23                         port:p5-io
24
25