mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Add phalcon 0.3.5
PhalconPHP is a web framework delivered as a C extension providing high performance and lower resource consumption. WWW: http://phalconphp.com/ PR: ports/167629 Submitted by: Jin-Sih Lin <linpct@gmail.com>
This commit is contained in:
parent
56e04a0981
commit
3729e9edb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296082
@ -1374,6 +1374,7 @@
|
||||
SUBDIR += pelican
|
||||
SUBDIR += perlbal
|
||||
SUBDIR += pglogd
|
||||
SUBDIR += phalcon
|
||||
SUBDIR += photo_gallery
|
||||
SUBDIR += php-dyn
|
||||
SUBDIR += php-plurk-api
|
||||
|
27
www/phalcon/Makefile
Normal file
27
www/phalcon/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: phalcon
|
||||
# Date created: 6 May 2012
|
||||
# Whom: Jin-Sih Lin <linpct@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= phalcon
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/c${PORTNAME}/tarball/master/
|
||||
|
||||
MAINTAINER= linpct@gmail.com
|
||||
COMMENT= Phalcon PHP Framework written in C-language
|
||||
|
||||
GITVERSION= bb24857
|
||||
FETCH_ARGS= -pRr
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/release/
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} --with-php-config=${LOCALBASE}/bin/php-config
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
USE_PHPIZE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/phalcon/distinfo
Normal file
2
www/phalcon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (phalcon-0.3.5.tar.gz) = 8ef6be0730322ed1872d9bb3deca08c5ed81068f86378a11380739861810e843
|
||||
SIZE (phalcon-0.3.5.tar.gz) = 383634
|
4
www/phalcon/pkg-descr
Normal file
4
www/phalcon/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
PhalconPHP is a web framework delivered as a C extension providing high
|
||||
performance and lower resource consumption.
|
||||
|
||||
WWW: http://phalconphp.com/
|
Loading…
Reference in New Issue
Block a user