freebsd-ports/devel/pecl-bcompiler/Makefile
Rong-En Fan 300a2a3ea1 - Change to FreeBSD.org email
Submitted by:	chinsan (maintainer)
2007-01-19 04:16:29 +00:00

24 lines
458 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= chinsan@FreeBSD.org
COMMENT= A bytecode compiler extension
USE_PHP= bz2
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-bcompiler
.include <bsd.port.mk>