Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= phalcon |
3 |
PORTNAME= phalcon |
4 |
DISTVERSIONPREFIX=v |
4 |
DISTVERSIONPREFIX=v |
5 |
DISTVERSION= 4.0.0 |
5 |
DISTVERSION= 4.0.2 |
6 |
CATEGORIES= www |
6 |
CATEGORIES= www |
7 |
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} |
8 |
PKGNAMESUFFIX= 4 |
8 |
PKGNAMESUFFIX= 4 |
Lines 18-34
CONFLICTS_INSTALL= ${PKGNAMEPREFIX}phalcon
Link Here
|
18 |
|
18 |
|
19 |
RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/psr.so:devel/pecl-psr@${PHP_FLAVOR} |
19 |
RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/psr.so:devel/pecl-psr@${PHP_FLAVOR} |
20 |
|
20 |
|
21 |
USES= php:ext |
21 |
USES= localbase php:ext |
22 |
USE_PHP= hash:build json:build pdo:build session |
22 |
USE_PHP= hash:build json:build pdo:build session |
23 |
PHP_MOD_PRIO= 30 |
23 |
PHP_MOD_PRIO= 30 |
24 |
|
24 |
|
25 |
USE_GITHUB= yes |
25 |
USE_GITHUB= yes |
26 |
GH_ACCOUNT= phalcon |
|
|
27 |
GH_PROJECT= c${PORTNAME} |
26 |
GH_PROJECT= c${PORTNAME} |
28 |
|
27 |
|
29 |
CFLAGS+= -I${LOCALBASE}/include |
|
|
30 |
CFLAGS+= -Dulong=zend_ulong # PHP 7.4 build fix |
31 |
|
32 |
CONFIGURE_ARGS= --enable-phalcon |
28 |
CONFIGURE_ARGS= --enable-phalcon |
33 |
|
29 |
|
34 |
.include <bsd.port.pre.mk> |
30 |
.include <bsd.port.pre.mk> |