mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
efa63f6ba4
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
21 lines
407 B
Makefile
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>
|