summaryrefslogtreecommitdiff
path: root/net/p5-INET6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-INET6/Makefile')
-rw-r--r--net/p5-INET6/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-INET6/Makefile b/net/p5-INET6/Makefile
index 8aad6bbcc43..6aba73dac8e 100644
--- a/net/p5-INET6/Makefile
+++ b/net/p5-INET6/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:35 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:24 jlam Exp $
#
DISTNAME= INET6-2.01
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
@@ -10,8 +11,9 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~mondejar/INET6/
COMMENT= Object interface for AF_INET|AF_INET6 domain sockets
+DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
+
PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist
-.include "../../net/p5-Socket6/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"