freebsd-ports/devel/pecl-xhprof/Makefile
Philip M. Gollucci aa3004258c - Only for i386 and amd64
PR:             ports/150621
Submitted by:   Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
2010-09-16 19:14:49 +00:00

31 lines
641 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
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.pre.mk>
.if ${OSVERSION} < 700110
BROKEN= Requires cpuset support
.endif
.include <bsd.port.post.mk>