freebsd-ports/devel/pecl-parsekit/Makefile
Martin Wilke 337a7fa041 - Marke these ports as stage safe
- While here remove php4 gruft
2014-01-23 15:12:50 +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>