diff options
Diffstat (limited to 'devel/p5-OLE-Storage_Lite/Makefile')
-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" |