freebsd-ports/devel/pecl-parsekit/Makefile
Pawel Pekala d863dcd5c2 Provides a userspace interpretation of the opcodes generated by the Zend
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>
2013-03-05 17:12:20 +00:00

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>