blob: 4b3e9e437ecbfc72c826ccaf45a7b27dbacb9f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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= lewiz@compsoc.man.ac.uk
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/bsd.pear.mk"
.include <bsd.port.post.mk>
|