6a47784c1a
source to source transformations, and (in the future) compiling PHP scripts down to native machine code. PR: ports/99784 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> Approved by: ahze (mentor, implicit)
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# New ports collection makefile for: phc
|
|
# Date created: July 4th, 2006
|
|
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
|
|
# ex:ts=8
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= phc
|
|
DISTVERSION= 0.1.6rc1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.phpcompiler.org/src/archive/
|
|
|
|
MAINTAINER= ports@mcdermottroe.com
|
|
COMMENT= A compiler for the PHP language
|
|
|
|
USE_GCC= 3.4+
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/phc
|
|
|
|
.include <bsd.port.mk>
|