summaryrefslogtreecommitdiff
path: root/net/p5-IO-Socket-INET6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-IO-Socket-INET6/Makefile')
-rw-r--r--net/p5-IO-Socket-INET6/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile
new file mode 100644
index 00000000000..e591d18c71c
--- /dev/null
+++ b/net/p5-IO-Socket-INET6/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/05 15:20:39 wiz Exp $
+#
+
+DISTNAME= IO-Socket-INET6-2.56
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/IO-Socket-INET6/
+COMMENT= Perl object interface for AF_INET|AF_INET6 domain sockets
+
+DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"