fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
19 lines
389 B
Makefile
19 lines
389 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text_Highlighter
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR Syntax highlighting
|
|
|
|
LICENSE= PHP301
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|