mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Since Siemens has sold our subsidiary to KPS Capital Partners we are now legally a separate company with new public email addresses. Old ones will go away in the future. Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D48171
20 lines
373 B
Makefile
20 lines
373 B
Makefile
PORTNAME= geshi
|
|
PORTVERSION= 1.0.9.1
|
|
CATEGORIES= devel pear www
|
|
MASTER_SITES= http://pear.geshi.org/get/
|
|
DISTNAME= ${PORTNAME}-1.0.9.0
|
|
|
|
MAINTAINER= michael.osipov@innomotics.com
|
|
COMMENT= Generic syntax highlighter written in PHP
|
|
WWW= http://qbnz.com/highlighter/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cpe pear
|
|
CPE_VENDOR= qbnz
|
|
|
|
PEAR_CHANNEL= geshi
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|