summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2000-05-24 19:52:02 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2000-05-24 19:52:02 +0000
commit10c3a2ce046a801f39a7bad58a43f9548161bdc1 (patch)
treef28c47e01c27d19f41725eb6a7a9965da82b63d7
parentUpdate to 0.9.10. (diff)
This Perl5 module supports getaddrinfo() and getnameinfo() to
intend to enable protocol independent programing. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included.
Notes
Notes: svn path=/head/; revision=28737
-rw-r--r--net/p5-Socket6/Makefile23
-rw-r--r--net/p5-Socket6/distinfo1
-rw-r--r--net/p5-Socket6/pkg-comment1
-rw-r--r--net/p5-Socket6/pkg-descr6
-rw-r--r--net/p5-Socket6/pkg-plist5
5 files changed, 36 insertions, 0 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile
new file mode 100644
index 000000000000..5bbbcbd4bba2
--- /dev/null
+++ b/net/p5-Socket6/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-Socket6
+# Date created: 24 May 2000
+# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Socket6
+PORTVERSION= 0.06
+CATEGORIES= net perl5 ipv6
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Socket6
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ume@FreeBSD.org
+
+USE_PERL5= yes
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+ CCFLAGS="${CFLAGS}"
+
+.include <bsd.port.mk>
diff --git a/net/p5-Socket6/distinfo b/net/p5-Socket6/distinfo
new file mode 100644
index 000000000000..92b0b6cdd89f
--- /dev/null
+++ b/net/p5-Socket6/distinfo
@@ -0,0 +1 @@
+MD5 (Socket6-0.06.tar.gz) = 52aebb6a8303be1e7da1f591a23976e3
diff --git a/net/p5-Socket6/pkg-comment b/net/p5-Socket6/pkg-comment
new file mode 100644
index 000000000000..3b5114e0d4f7
--- /dev/null
+++ b/net/p5-Socket6/pkg-comment
@@ -0,0 +1 @@
+This module supports getaddrinfo() and getnameinfo().
diff --git a/net/p5-Socket6/pkg-descr b/net/p5-Socket6/pkg-descr
new file mode 100644
index 000000000000..3e2060676173
--- /dev/null
+++ b/net/p5-Socket6/pkg-descr
@@ -0,0 +1,6 @@
+This module supports getaddrinfo() and getnameinfo() to intend to
+enable protocol independent programing.
+If your environment supports IPv6, IPv6 related defines such as
+AF_INET6 are included.
+
+- Hajimu UMEMOTO <ume@FreeBSD.org>
diff --git a/net/p5-Socket6/pkg-plist b/net/p5-Socket6/pkg-plist
new file mode 100644
index 000000000000..51cd5e3f22d9
--- /dev/null
+++ b/net/p5-Socket6/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Socket6.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket6/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket6/Socket6.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket6/Socket6.so
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket6