- While here drop 6.X gruft PR: 168441 Submitted by: Espen Volden <voldern@hoeggen.net> (maintainer)
26 lines
558 B
Makefile
26 lines
558 B
Makefile
# New ports collection makefile for: pecl-xhprof
|
|
# Date created: 2 Jul 2010
|
|
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xhprof
|
|
PORTVERSION= 0.9.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@mcdermottroe.com
|
|
COMMENT= A Hierarchical Profiler for PHP
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/extension
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
.include <bsd.port.mk>
|