diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 03:49:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 03:49:09 +0000 |
commit | 914d38ca989a43e5279d1974ed6e496b0010c0f4 (patch) | |
tree | 056135394f56630e088303005fe409241cd06e93 /devel/p5-Graph | |
parent | 61c6f9795baa9ff7f12b8809a3307c38f7132a3a (diff) | |
download | pkgsrc-914d38ca989a43e5279d1974ed6e496b0010c0f4.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-Graph')
-rw-r--r-- | devel/p5-Graph/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Graph/Makefile b/devel/p5-Graph/Makefile index 5f29634a70b..f1d3ee57dfd 100644 --- a/devel/p5-Graph/Makefile +++ b/devel/p5-Graph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:32:25 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/25 03:53:45 minskim Exp $ DISTNAME= Graph-0.201 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,9 @@ COMMENT= Perl module for graph operations DEPENDS+= p5-Heap>=0.50:../../devel/p5-Heap -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Graph/.packlist .include "../../lang/perl5/module.mk" |