aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-03-05 17:12:20 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-03-05 17:12:20 +0000
commitd863dcd5c29f08cd56bcbb508026efda6fc1ef99 (patch)
treeb57e4ba55eea73b1479b5ce5422cf1ec905ae319 /devel/Makefile
parentfb3520254ab73be0aad04c3a63b781750cf26b5b (diff)
downloadports-d863dcd5c29f08cd56bcbb508026efda6fc1ef99.tar.gz
ports-d863dcd5c29f08cd56bcbb508026efda6fc1ef99.zip
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>
Notes
Notes: svn path=/head/; revision=313461
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index bd58719dd096..ff297a27d1f3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3181,6 +3181,7 @@
SUBDIR += pecl-newt
SUBDIR += pecl-operator
SUBDIR += pecl-params
+ SUBDIR += pecl-parsekit
SUBDIR += pecl-runkit
SUBDIR += pecl-scream
SUBDIR += pecl-shape