freebsd-ports/devel/php-uprofiler/Makefile
Mathieu Arnold dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00

24 lines
422 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= uprofiler
PORTVERSION= 0.11.0.20150219
CATEGORIES= devel
PKGNAMEPREFIX= php-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Lightweight profiler for PHP
LICENSE= APACHE20
BROKEN_powerpc64= Does not build
USE_GITHUB= yes
GH_ACCOUNT= FriendsOfPHP
GH_TAGNAME= 483c1e5
WRKSRC_SUBDIR= extension
USES= php:ext tar:tgz
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>