diff options
Diffstat (limited to 'net/p5-IO-Socket-INET6/Makefile')
-rw-r--r-- | net/p5-IO-Socket-INET6/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile index dad58e3f0d0..8df3f370117 100644 --- a/net/p5-IO-Socket-INET6/Makefile +++ b/net/p5-IO-Socket-INET6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/07 15:54:51 seb Exp $ +# $NetBSD: Makefile,v 1.3 2009/05/02 16:21:45 reed Exp $ # DISTNAME= IO-Socket-INET6-2.56 @@ -12,6 +12,8 @@ COMMENT= Perl object interface for AF_INET|AF_INET6 domain sockets DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 +SUPERSEDES= p5-INET6-[0-9]* + PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist |