Changeset View
Changeset View
Standalone View
Standalone View
head/devel/phabricator/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= phabricator | PORTNAME= phabricator | ||||
PORTVERSION= 20161003 | PORTVERSION= 20161003 | ||||
PORTREVISION= 1 | PORTREVISION= 2 | ||||
CATEGORIES= devel | CATEGORIES= devel | ||||
PKGNAMEPREFIX= php5- | PKGNAMEPREFIX= php- | ||||
MAINTAINER= grembo@FreeBSD.org | MAINTAINER= grembo@FreeBSD.org | ||||
COMMENT= Open source, software engineering platform | COMMENT= Open source, software engineering platform | ||||
LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
RUN_DEPENDS= php5-libphutil>0:devel/libphutil \ | RUN_DEPENDS= php-libphutil>0:devel/libphutil \ | ||||
php5-arcanist>0:devel/arcanist \ | php-arcanist>0:devel/arcanist \ | ||||
git:devel/git | git:devel/git | ||||
OPTIONS_DEFINE= GD OPCACHE | OPTIONS_DEFINE= GD OPCACHE | ||||
OPTIONS_DEFAULT=OPCACHE | OPTIONS_DEFAULT=OPCACHE | ||||
OPCACHE_DESC?= Use OPcache to improve performance | OPCACHE_DESC?= Use OPcache to improve performance | ||||
USES= php shebangfix | USES= php shebangfix | ||||
SHEBANG_FILES= externals/httpful/build \ | SHEBANG_FILES= externals/httpful/build \ | ||||
Show All 35 Lines |