diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 03:12:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 03:12:57 +0000 |
commit | 3a573f960a695d743fb4752f82f4652d358c85a6 (patch) | |
tree | 1d3c4b1bdc9c34cb591bb014067d017d16fc3a9b /devel/p5-Test-Unit | |
parent | 59f454a47abb486891e7637d814d1cc190acb6a1 (diff) | |
download | pkgsrc-3a573f960a695d743fb4752f82f4652d358c85a6.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-Test-Unit')
-rw-r--r-- | devel/p5-Test-Unit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Test-Unit/Makefile b/devel/p5-Test-Unit/Makefile index e0fa76c0988..f751e7e701c 100644 --- a/devel/p5-Test-Unit/Makefile +++ b/devel/p5-Test-Unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:32:54 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/25 03:14:04 minskim Exp $ DISTNAME= Test-Unit-0.14 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= cjs@NetBSD.org COMMENT= Perl extension module for Unit Tests -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Unit/.packlist .include "../../lang/perl5/module.mk" |