pkgsrc/devel/p5-OLE-Storage_Lite/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

18 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/06/02 01:20:24 jschauma 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= tech-pkg@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"