1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/pecl-bcompiler/Makefile
Martin Wilke 337a7fa041 - Marke these ports as stage safe
- While here remove php4 gruft
2014-01-23 15:12:50 +00:00

23 lines
412 B
Makefile

# Created by: chinsan <chinsan@FreeBSD.org>
# $FreeBSD$
PORTNAME= bcompiler
PORTVERSION= 1.0.2
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= A bytecode compiler extension
USE_PHP= bz2
USE_PHPEXT= yes
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
CONFIGURE_ARGS= --enable-bcompiler
.include <bsd.port.mk>