91a1caa242
Hope to see you back! Thank for all the work!
16 lines
381 B
Makefile
16 lines
381 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text_Highlighter
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR Syntax highlighting
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|