freebsd-ports/devel/libphutil/Makefile
Michael Gmelin 57b9c5cd06 Update devel/arcanist, devel/libphutil, devel/phabricator to 20150626.
This should fix a couple of issues (including a problem caused
by a bug curl 7.43).

Note that differential revision points to an earlier
patch (but it's related, so I think that's fine).

PR:		201121
Differential Revision:	https://reviews.freebsd.org/D2894
Approved by:	mentors (implicit)
2015-06-26 10:12:42 +00:00

25 lines
486 B
Makefile

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