diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 04:02:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 04:02:54 +0000 |
commit | b91e8387944e3a43a0ac6258966ae5e8055046c5 (patch) | |
tree | 710efdc26dae12881397dfd194dfeed4b7f9002e /devel/p5-Error | |
parent | 90dfdaae22cd2d1656d9d8d55a47e920368da424 (diff) | |
download | pkgsrc-b91e8387944e3a43a0ac6258966ae5e8055046c5.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-Error')
-rw-r--r-- | devel/p5-Error/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Error/Makefile b/devel/p5-Error/Makefile index 3b84d7a1c9e..ac05dcb04fc 100644 --- a/devel/p5-Error/Makefile +++ b/devel/p5-Error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:32:20 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/25 04:02:54 minskim Exp $ DISTNAME= Error-0.15 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Error/} MAINTAINER= cjs@NetBSD.org COMMENT= Perl extension module for try/throw/catch exception handling -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Error/.packlist .include "../../lang/perl5/module.mk" |