summaryrefslogtreecommitdiff
path: root/net/p5-INET6/Makefile
diff options
context:
space:
mode:
authormartti <martti>2003-12-16 19:41:03 +0000
committermartti <martti>2003-12-16 19:41:03 +0000
commitc7c80153e3f7a1cfd742f9849fb1b418ef25fbb7 (patch)
tree70e70366cc30d3374c07b563640a9df14ae59027 /net/p5-INET6/Makefile
parent71025ae66ce93edebe46e74765a5ffaddc9b2c35 (diff)
downloadpkgsrc-c7c80153e3f7a1cfd742f9849fb1b418ef25fbb7.tar.gz
IO::Socket::INET6 provides an object interface to creating and using sockets
in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket.
Diffstat (limited to 'net/p5-INET6/Makefile')
-rw-r--r--net/p5-INET6/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/p5-INET6/Makefile b/net/p5-INET6/Makefile
new file mode 100644
index 00000000000..070e930675b
--- /dev/null
+++ b/net/p5-INET6/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/16 19:41:03 martti Exp $
+#
+
+DISTNAME= INET6-2.00
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= wip perl5 net
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= adrianp@stindustries.net
+HOMEPAGE= http://search.cpan.org/~mondejar/INET6/
+COMMENT= Object interface for AF_INET|AF_INET6 domain sockets
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Socket/INET6/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"