freebsd-ports/devel/pear-HTML_BBCodeParser/Makefile
Thierry Thomas afa4f509e7 Add pear-HTML_BBCodeParser 1.1, parser to replace UBB style tags
with their HTML equivalents.

PR:		67348
Submitted by:	Lewis Thompson <purple@lewiz.net>
2004-05-29 20:07:31 +00:00

31 lines
866 B
Makefile

# Ports collection makefile for: pear-HTML_BBCodeParser
# Date created: 29 May 2004
# Whom: Lewis Thompson <purple@lewiz.net>
#
# $FreeBSD$
#
PORTNAME= HTML_BBCodeParser
PORTVERSION= 1.1
CATEGORIES= devel www pear
MAINTAINER= purple@lewiz.net
COMMENT= Parser to replace UBB style tags with their HTML equivalents
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML
FILES= BBCodeParser.php \
BBCodeParser/Filter/Basic.php \
BBCodeParser/Filter/Email.php \
BBCodeParser/Filter/Extended.php \
BBCodeParser/Filter/Images.php \
BBCodeParser/Filter/Links.php \
BBCodeParser/Filter/Lists.php
EXAMPLES= BBCodeParser.ini parser.php
_EXAMPLESDIR= BBCodeParser/example
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>