aboutsummaryrefslogtreecommitdiffstats
path: root/lang/phc/Makefile
blob: 66a02f14e5dc486652ac3b69626b8ec77fd832e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    phc
# Date created:             July 4th, 2006
# Whom:                     Conor McDermottroe <ports@mcdermottroe.com>
# ex:ts=8
#
# $FreeBSD$
#

PORTNAME=   phc
PORTVERSION=    0.1.7
CATEGORIES= lang
MASTER_SITES=   http://www.phpcompiler.org/src/archive/

MAINTAINER= ports@mcdermottroe.com
COMMENT=    A compiler for the PHP language

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

.include <bsd.port.mk>