a97ed82535
PHP-based syntax highlighter installed via pear. PR: 231888 Submitted by: Michael Osipov <michael.osipov@siemens.com>
19 lines
305 B
Makefile
19 lines
305 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geshi
|
|
PORTVERSION= 1.0.9.0
|
|
CATEGORIES= devel pear www
|
|
MASTER_SITES= http://pear.geshi.org/get/
|
|
|
|
MAINTAINER= michael.osipov@siemens.com
|
|
COMMENT= GeSHi - generic syntax highlighter written in PHP
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= pear
|
|
|
|
PEAR_CHANNEL= geshi
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|