21 lines
536 B
Makefile
21 lines
536 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_TokenStream
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.phpunit.de/get/
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Wrapper around PHP tokenizer extension
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
|
|
RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
|
|
|
|
USES= pear
|
|
PEAR_CHANNEL= phpunit
|
|
|
|
.include <bsd.port.mk>
|