diff options
author | minskim <minskim> | 2004-04-25 04:04:57 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-25 04:04:57 +0000 |
commit | 1f77bc6a54d397df356f6dc61d8ec25feb9c7444 (patch) | |
tree | 7f30e75361e9266683e5218cd514dbab08d792d9 | |
parent | c4954c14596621ee476ac4738f058141d20910fa (diff) | |
download | pkgsrc-1f77bc6a54d397df356f6dc61d8ec25feb9c7444.tar.gz |
Bl3ify and enable pkgviews installation.
-rw-r--r-- | devel/p5-Devel-SmallProf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index 788de9ecc46..73f4dcf327b 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/12/30 04:27:51 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/25 04:04:57 minskim Exp $ # DISTNAME= Devel-SmallProf-0.9 @@ -12,7 +12,9 @@ COMMENT= Perl5 module for line-by-line profiling perl programs DEPENDS= p5-Time-HiRes>=1.20:../../time/p5-Time-HiRes -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Devel/SmallProf/.packlist .include "../../lang/perl5/module.mk" |