freebsd-ports/devel/pear-geshi/Makefile
Johannes M Dieterich a97ed82535 new port: devel/pear-geshi
PHP-based syntax highlighter installed via pear.

PR:		231888
Submitted by:	Michael Osipov <michael.osipov@siemens.com>
2019-02-03 01:38:47 +00:00

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>