7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
21 lines
588 B
Makefile
21 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:34 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Stream-1.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/xmlstream/
|
|
COMMENT= XML::Stream provides you with access to XML Stream
|
|
|
|
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
|
|
|
|
PERL5_PACKLIST= auto/XML/Stream/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|