diff options
author | mjl <mjl> | 2003-03-02 19:33:11 +0000 |
---|---|---|
committer | mjl <mjl> | 2003-03-02 19:33:11 +0000 |
commit | d6a02d3617cf1e061148256f0b7520ef23b60c2b (patch) | |
tree | 621d6e4e64fedce0f5359aea950277b01fb140e0 /devel/p5-OLE-Storage_Lite/Makefile | |
parent | 26f699c58ee5b66371ecda7270f64fcfc8b9f43c (diff) | |
download | pkgsrc-d6a02d3617cf1e061148256f0b7520ef23b60c2b.tar.gz |
Initial import of p5-OLE-Storage_Lite 0.11
Simple Perl class for OLE document interface
Diffstat (limited to 'devel/p5-OLE-Storage_Lite/Makefile')
-rw-r--r-- | devel/p5-OLE-Storage_Lite/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/p5-OLE-Storage_Lite/Makefile b/devel/p5-OLE-Storage_Lite/Makefile new file mode 100644 index 00000000000..8cd4a7ad3da --- /dev/null +++ b/devel/p5-OLE-Storage_Lite/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/02 19:33:11 mjl Exp $ + +DISTNAME= OLE-Storage_Lite-0.11 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5osl +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/} + +MAINTAINER= packages@netbsd.org +COMMENT= Module for reading and writing OLE-Structured files + +DEPENDS+= p5-IO-stringy>=2.101:../../devel/p5-IO-stringy + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/OLE/Storage_Lite/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |