pkgsrc/textproc/p5-XML-SAX-Base/Makefile
sno 086090af35 Re-importing package for Perl 5 module XML::SAX::Base version 1.08 into
textproc/p5-XML-SAX-Base, because scheduled update of XML::SAX to 0.96
in textproc/p5-XML-SAX extracted XML::SAX::Base into an own distribution
again.

This module has a very simple task - to be a base class for PerlSAX drivers
and filters. It's default behaviour is to pass the input directly to the
output unchanged. It can be useful to use this module as a base class so
you don't have to, for example, implement the characters() callback.
2012-07-06 12:31:01 +00:00

19 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/07/06 12:31:01 sno Exp $
DISTNAME= XML-SAX-Base-1.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-SAX-Base/
COMMENT= Perl base class SAX Drivers and Filters
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/XML/SAX/Base/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"