1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/libphutil/Makefile
Baptiste Daroussin 93765013bf Bump portrevision
2014-05-09 21:36:30 +00:00

27 lines
491 B
Makefile

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