XML::SAX::Base is intended for use as a base class for SAX filter modules and XML parsers generating SAX events. If you simply wish to build a SAX handler class to 'consume' SAX events you do not need to use XML::SAX::Base directly although you will need to install XML::SAX. This module used to be distributed as part of the XML:SAX distribution but is now distributed separately and referenced as a dependency by XML::SAX.
16 lines
254 B
Makefile
16 lines
254 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2016/04/01 19:31:39 sthen Exp $
|
|
|
|
COMMENT = base class for SAX drivers and filters
|
|
|
|
DISTNAME = XML-SAX-Base-1.08
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|