2005-04-11 21:09:35 +02:00
|
|
|
# Ports collection makefile for: pear-XML_HTMLSax
|
|
|
|
# Date created: 31 March 2005
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML_HTMLSax
|
|
|
|
PORTVERSION= 2.1.2
|
|
|
|
CATEGORIES= textproc devel pear
|
|
|
|
|
|
|
|
MAINTAINER= antonio@php.net
|
|
|
|
COMMENT= PEAR SAX parser for HTML and other badly formed XML documents
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-04-11 21:09:35 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= XML
|
|
|
|
FILES= XML_HTMLSax.php HTMLSax/XML_HTMLSax_States.php \
|
|
|
|
HTMLSax/XML_HTMLSax_Decorators.php
|
|
|
|
DOCS= Readme
|
|
|
|
EXAMPLES= SimpleExample.php HTMLtoXHTML.php ExpatvsHtmlSax.php example.html
|
|
|
|
TESTS= index.php unit_tests.php xml_htmlsax_test.php
|
|
|
|
_EXAMPLESDIR= docs/examples
|
|
|
|
_TESTSDIR= docs/tests
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-04-11 21:09:35 +02:00
|
|
|
.include <bsd.port.post.mk>
|