mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
c909ca60b6
PR: 205471 Approved by: mentors (implicit)
30 lines
671 B
Makefile
30 lines
671 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= arcanist
|
|
PORTVERSION= 20151220
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= php5-
|
|
|
|
MAINTAINER= grembo@FreeBSD.org
|
|
COMMENT= Command line interface for Phabricator
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CONFLICTS= arc-*
|
|
|
|
PHP_DESTDIR= lib/php/arcanist
|
|
RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil
|
|
USE_PHP= curl dom json simplexml
|
|
USE_GITHUB= yes
|
|
NO_BUILD= yes
|
|
GH_ACCOUNT= phacility
|
|
GH_TAGNAME= 8762e3f
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
|
|
cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
|
|
${LN} -sf ${PREFIX}/${PHP_DESTDIR}/scripts/arcanist.php ${STAGEDIR}${PREFIX}/bin/arc
|
|
|
|
.include <bsd.port.mk>
|