diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
commit | 101b04ee1152ba900fed912850e695ff5b4592d4 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /net/p5-Socket6 | |
parent | 4f098b48ff51609eec3df6a8cab4d02a6777438d (diff) | |
download | pkgsrc-101b04ee1152ba900fed912850e695ff5b4592d4.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r-- | net/p5-Socket6/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 8cc908860e5..2e42157f0e3 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/27 06:05:57 snj Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/31 16:47:48 minskim Exp $ # DISTNAME= Socket6-0.12 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html COMMENT= Perl5 module to support getaddrinfo() and getnameinfo() +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Socket6/.packlist |