Prune devel/py-EnthoughtBase
[dports.git] / devel / pear-HTML_BBCodeParser / Makefile
1 # Created by: Lewis Thompson <purple@lewiz.net>
2 # $FreeBSD$
3
4 PORTNAME=       HTML_BBCodeParser
5 PORTVERSION=    1.1
6 CATEGORIES=     devel www pear
7
8 MAINTAINER=     lewiz@compsoc.man.ac.uk
9 COMMENT=        Parser to replace UBB style tags with their HTML equivalents
10
11 BUILD_DEPENDS=  ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
12 RUN_DEPENDS=    ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
13
14 USES=   pear
15
16 .include <bsd.port.mk>