1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/libphutil/Makefile
Michael Gmelin 6c836381e2 Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20180420
Also enable GD by default, as this is what one usually wants.
2018-04-20 20:05:53 +00:00

28 lines
533 B
Makefile

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