www/phalcon: Portscout fix and minor cleanup
PR: 244183 Submitted by: franco@opnsense.org (maintainer) Approved by: gerald (mentor)
This commit is contained in:
parent
65c96da8ba
commit
b3f9d17e3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528199
1 changed files with 8 additions and 9 deletions
|
@ -12,19 +12,18 @@ COMMENT= Phalcon PHP Framework written in C-language
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
|
||||
|
||||
USES= localbase php:ext
|
||||
USE_PHP= hash:build json:build pdo:build
|
||||
IGNORE_WITH_PHP=74
|
||||
USE_GITHUB= yes
|
||||
GH_PROJECT= c${PORTNAME}
|
||||
|
||||
CONFLICTS_INSTALL= ${PKGNAMEPREFIX}phalcon4
|
||||
|
||||
USES= php:ext
|
||||
USE_PHP= hash:build json:build pdo:build
|
||||
IGNORE_WITH_PHP= 74
|
||||
PORTSCOUT= limit:^3\.
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= phalcon
|
||||
GH_PROJECT= c${PORTNAME}
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= --enable-phalcon
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Reference in a new issue