forked from Lainports/freebsd-ports
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)
25 lines
486 B
Makefile
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>
|