Lines 14-20
Link Here
|
14 |
USES= php:ext |
14 |
USES= php:ext |
15 |
USE_PHP= hash:build json:build pdo:build |
15 |
USE_PHP= hash:build json:build pdo:build |
16 |
|
16 |
|
17 |
ONLY_FOR_ARCHS= amd64 armv6 i386 |
17 |
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 |
18 |
|
18 |
|
19 |
USE_GITHUB= yes |
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= phalcon |
20 |
GH_ACCOUNT= phalcon |
Lines 25-31
Link Here
|
25 |
|
25 |
|
26 |
.include <bsd.port.pre.mk> |
26 |
.include <bsd.port.pre.mk> |
27 |
|
27 |
|
28 |
PBITS= ${ARCH:S/amd64/64/:S/armv6/32/:S/i386/32/:S/x86_64/64/} |
28 |
PBITS= ${ARCH:S/amd64/64/:C/armv*/32/:S/i386/32/:S/x86_64/64/} |
29 |
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits |
29 |
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits |
30 |
|
30 |
|
31 |
post-patch: |
31 |
post-patch: |