freebsd-ports/devel/pecl-bcompiler/Makefile
2009-08-28 18:54:47 +00:00

24 lines
455 B
Makefile

# New ports collection makefile for: pecl-bcompiler
# Date created: 2006/10/25
# Whom: chinsan <chinsan@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bcompiler
PORTVERSION= 0.8
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
CONFIGURE_ARGS= --enable-bcompiler
.include <bsd.port.mk>