freebsd-ports/devel/pecl-xhprof/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

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>