ead3f7d749
- Made sure SAX.ini works as documented - Fixed when you specify Module (version) - Base: Merged in XML::SAX::Base 1.04 (including memory leak fixes) - ParserFactory: Made it do what the docs say when you specify a module version number. - SAX: Fixed XML::SAX::Intro typo. - ParserFactory: Fixed (and test) broken version in parser pkg - PurePerl: Fixed PubidChar missing '-' - ParserFactory: Allow version in parser package
19 lines
557 B
Makefile
19 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/03/03 11:30:58 mjl Exp $
|
|
|
|
DISTNAME= XML-SAX-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
#SVR4_PKGNAME=
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
COMMENT= Perl interface to the SAX2 XML Parser
|
|
|
|
DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport
|
|
DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/SAX/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|