diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-19 22:13:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-19 22:13:37 +0000 |
commit | 2bf3f55c2a20e8a934341f36d278d3bc0888599e (patch) | |
tree | 489365961beacab7c5393e3aaadd9f19b775f72f /net | |
parent | c94e87c294aa090fb3538b6df943f71d45ab5e76 (diff) | |
download | pkgsrc-2bf3f55c2a20e8a934341f36d278d3bc0888599e.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to '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" |