diff options
author | minskim <minskim> | 2004-02-19 22:13:37 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-19 22:13:37 +0000 |
commit | c353c2fc60a88e987a80e63ffd3b1532949e81e8 (patch) | |
tree | 489365961beacab7c5393e3aaadd9f19b775f72f /net/p5-Net | |
parent | 5866676f2af0b7fa0f6f3b8fbf3e78cea413c709 (diff) | |
download | pkgsrc-c353c2fc60a88e987a80e63ffd3b1532949e81e8.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 699ac7b6dfd..2396e0db88e 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2003/07/21 17:10:59 martti Exp $ +# $NetBSD: Makefile,v 1.33 2004/02/19 22:16:59 minskim Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # @@ -12,7 +12,9 @@ MAINTAINER= shell@NetBSD.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/Net/libnetFAQ.html COMMENT= Perl5 modules to access and use network protocols -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/.packlist .include "../../lang/perl5/module.mk" |