Update devel/arcanist to version 20150423
[dports.git] / devel / arcanist / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       arcanist
4 PORTVERSION=    20150423
5 CATEGORIES=     devel
6 PKGNAMEPREFIX=  php5-
7
8 MAINTAINER=     grembo@FreeBSD.org
9 COMMENT=        Command line interface for Phabricator
10
11 LICENSE=        APACHE20
12
13 CONFLICTS=      arc-*
14
15 PHP_DESTDIR=    lib/php/arcanist
16 RUN_DEPENDS=    php5-libphutil>0:${PORTSDIR}/devel/libphutil
17 USE_PHP=        curl json simplexml
18 USE_GITHUB=     yes
19 NO_BUILD=       yes
20 GH_ACCOUNT=     phacility
21 GH_TAGNAME=     9ddf37b
22
23 do-install:
24         @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
25         cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
26         ${LN} -sf ${PREFIX}/${PHP_DESTDIR}/scripts/arcanist.php ${STAGEDIR}${PREFIX}/bin/arc
27
28 .include <bsd.port.mk>