2004-05-29 22:07:31 +02:00
|
|
|
# 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
|
|
|
|
|
2005-04-08 05:41:18 +02:00
|
|
|
MAINTAINER= lewiz@compsoc.man.ac.uk
|
2004-05-29 22:07:31 +02:00
|
|
|
COMMENT= Parser to replace UBB style tags with their HTML equivalents
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-05-29 22:07:31 +02:00
|
|
|
|
|
|
|
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>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-05-29 22:07:31 +02:00
|
|
|
.include <bsd.port.post.mk>
|