Changeset View
Changeset View
Standalone View
Standalone View
head/devel/arcanist/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= arcanist | PORTNAME= arcanist | ||||
PORTVERSION= 20161003 | PORTVERSION= 20161003 | ||||
PORTREVISION= 1 | |||||
CATEGORIES= devel | CATEGORIES= devel | ||||
PKGNAMEPREFIX= php5- | PKGNAMEPREFIX= php- | ||||
MAINTAINER= grembo@FreeBSD.org | MAINTAINER= grembo@FreeBSD.org | ||||
COMMENT= Command line interface for Phabricator | COMMENT= Command line interface for Phabricator | ||||
LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
CONFLICTS= arc-* | CONFLICTS= arc-* | ||||
PHP_DESTDIR= lib/php/arcanist | PHP_DESTDIR= lib/php/arcanist | ||||
RUN_DEPENDS= php5-libphutil>0:devel/libphutil | RUN_DEPENDS= php-libphutil>0:devel/libphutil | ||||
USES= php | USES= php | ||||
USE_PHP= curl dom json simplexml | USE_PHP= curl dom json simplexml | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
NO_BUILD= yes | NO_BUILD= yes | ||||
NO_ARCH= yes | NO_ARCH= yes | ||||
GH_ACCOUNT= phacility | GH_ACCOUNT= phacility | ||||
GH_TAGNAME= 483e985 | GH_TAGNAME= 483e985 | ||||
Show All 11 Lines |