mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
7b625c7f1c
Feature safe: yes
21 lines
395 B
Makefile
21 lines
395 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= eg@fbsd.lt
|
|
COMMENT= A compiler for the PHP language
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|