1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/lang/phc/Makefile
Pav Lucistnik efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00

21 lines
407 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
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>