3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
20 lines
358 B
Makefile
20 lines
358 B
Makefile
# Created by: Conor McDermottroe <ports@mcdermottroe.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xhprof
|
|
PORTVERSION= 0.9.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= ports@mcdermottroe.com
|
|
COMMENT= Hierarchical Profiler for PHP
|
|
|
|
LICENSE= APACHE20
|
|
|
|
WRKSRC_SUBDIR= extension
|
|
|
|
USES= php:pecl
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
IGNORE_WITH_PHP= 70 71
|
|
|
|
.include <bsd.port.mk>
|