diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 03:29:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 03:29:44 +0000 |
commit | febf4116623f1653ed618715f6904aa773871438 (patch) | |
tree | 52c6e2f72fa6825dd98d2d2ac43ac239ca071e7c /devel/p5-OLE-Storage_Lite | |
parent | df5a5c1a05ede5fa4126fabe409b393124e4936c (diff) | |
download | pkgsrc-febf4116623f1653ed618715f6904aa773871438.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-OLE-Storage_Lite')
-rw-r--r-- | devel/p5-OLE-Storage_Lite/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-OLE-Storage_Lite/Makefile b/devel/p5-OLE-Storage_Lite/Makefile index f2c6fa93878..5a29dbae45f 100644 --- a/devel/p5-OLE-Storage_Lite/Makefile +++ b/devel/p5-OLE-Storage_Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:32:43 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/25 03:31:40 minskim Exp $ DISTNAME= OLE-Storage_Lite-0.11 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,9 @@ COMMENT= Module for reading and writing OLE-Structured files DEPENDS+= p5-IO-stringy>=2.101:../../devel/p5-IO-stringy -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/OLE/Storage_Lite/.packlist .include "../../lang/perl5/module.mk" |