View | Details | Raw Unified | Return to bug 244183 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/phalcon/Makefile (-8 / +7 lines)
Lines 12-30 COMMENT= Phalcon PHP Framework written in C-language Link Here
12
12
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
14
15
ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386
15
ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386
16
IGNORE_WITH_PHP=74
16
17
17
CONFLICTS_INSTALL=	${PKGNAMEPREFIX}phalcon4
18
USES=		localbase php:ext
18
19
USES=		php:ext
20
USE_PHP=	hash:build json:build pdo:build
19
USE_PHP=	hash:build json:build pdo:build
21
IGNORE_WITH_PHP=	74
22
23
USE_GITHUB=	yes
20
USE_GITHUB=	yes
24
GH_ACCOUNT=	phalcon
25
GH_PROJECT=	c${PORTNAME}
21
GH_PROJECT=	c${PORTNAME}
26
22
27
CFLAGS+=	-I${LOCALBASE}/include
23
CONFLICTS_INSTALL=	${PKGNAMEPREFIX}phalcon4
24
25
PORTSCOUT=	limit:^3\.
26
28
CONFIGURE_ARGS=	--enable-phalcon
27
CONFIGURE_ARGS=	--enable-phalcon
29
28
30
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>

Return to bug 244183