1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/arcanist/Makefile
2014-09-01 17:06:47 +00:00

30 lines
659 B
Makefile

# $FreeBSD$
PORTNAME= arcanist
PORTVERSION= 20140828
CATEGORIES= devel
PKGNAMEPREFIX= php5-
MAINTAINER= grembo@FreeBSD.org
COMMENT= Command line interface for Phabricator
LICENSE= APACHE20
CONFLICTS= arc-*
PHP_DESTDIR= lib/php/arcanist
RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil
USE_PHP= curl json simplexml
USE_GITHUB= yes
NO_BUILD= yes
GH_ACCOUNT= phacility
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 2c3268f
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>