freebsd-ports/devel/pecl-bcompiler/Makefile
Alex Dupre 77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00

26 lines
494 B
Makefile

# New ports collection makefile for: pecl-bcompiler
# Date created: 2006/10/25
# Whom: 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>