mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-08 02:15:08 +00:00
5815027c46
Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight
33 lines
607 B
Makefile
33 lines
607 B
Makefile
# Created by: Jin-Sih Lin <linpct@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phalcon
|
|
PORTVERSION= 2.0.10
|
|
DISTVERSIONPREFIX= ${PORTNAME}-v
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= linpct@gmail.com
|
|
COMMENT= Phalcon PHP Framework written in C-language
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_PHP= hash pdo
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHP_BUILD= yes
|
|
IGNORE_WITH_PHP= 70
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= phalcon
|
|
GH_PROJECT= c${PORTNAME}
|
|
|
|
PBITS= ${ARCH:S/amd64/64/:S/i386/32/:S/x86_64/64/}
|
|
WRKSRC_SUBDIR= build/${PBITS}bits
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ARGS= --enable-phalcon
|
|
|
|
.include <bsd.port.mk>
|