aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-xhprof/Makefile
blob: eeafd341221fa86bd86e809b1e7f2150124635c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>