freebsd-ports/devel/libphutil/Makefile
Michael Gmelin 41ea11624a Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20170630
Also fix phd startup script, so that options like phd_fib actually catch on.
Run phabricator daemons as user www by default.
Shebangfix all scripts.
2017-07-01 12:11:17 +00:00

27 lines
509 B
Makefile

# $FreeBSD$
PORTNAME= libphutil
PORTVERSION= 20170630
CATEGORIES= devel
PKGNAMEPREFIX= php-
MAINTAINER= grembo@FreeBSD.org
COMMENT= Collection of PHP utility classes
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
PHP_DESTDIR= lib/php/libphutil
USES= php
USE_PHP= xml
USE_GITHUB= yes
NO_BUILD= yes
NO_ARCH= yes
GH_ACCOUNT= phacility
GH_TAGNAME= 0a4487d
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
.include <bsd.port.mk>