engine compiler built into PHP. This extension is meant for development and debug purposes only and contains some code which is potentially non-threadsafe. WWW: http://pecl.php.net/package/parsekit PR: ports/175337 Submitted by: Sébastien Santoro <dereckson@gmail.com>
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# Created by: Sébastien Santoro <dereckson@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= parsekit
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= dereckson@gmail.com
|
|
COMMENT= Extension for opcodes runtime analysis
|
|
|
|
LICENSE= PHP301
|
|
|
|
USE_PHP= yes
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --enable-parsekit
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|