diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 02:45:15 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 02:45:15 +0800 |
commit | a4acd7deac0a5ba677f7a2fee0eef3c951a22903 (patch) | |
tree | 130cf998ecc3432460f675eebcfd2cf5403ee991 /devel/pecl-xhprof/Makefile | |
parent | 98c75a734a3d71464d9036cc4d33e969ab2ec7d6 (diff) | |
download | freebsd-ports-gnome-a4acd7deac0a5ba677f7a2fee0eef3c951a22903.tar.gz freebsd-ports-gnome-a4acd7deac0a5ba677f7a2fee0eef3c951a22903.tar.zst freebsd-ports-gnome-a4acd7deac0a5ba677f7a2fee0eef3c951a22903.zip |
- Update to 0.9.4
- While I'm here:
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Support STAGEDIR
Changes: http://pecl.php.net/package-changelog.php?package=xhprof
PR: ports/183922
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer (timeout, 18 days)
Diffstat (limited to 'devel/pecl-xhprof/Makefile')
-rw-r--r-- | devel/pecl-xhprof/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/pecl-xhprof/Makefile b/devel/pecl-xhprof/Makefile index 310e1ab444d8..24c6149a2b12 100644 --- a/devel/pecl-xhprof/Makefile +++ b/devel/pecl-xhprof/Makefile @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= xhprof -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.9.4 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 +COMMENT= Hierarchical Profiler for PHP + +LICENSE= AL2 WRKSRC= ${WRKDIR}/${DISTNAME}/extension @@ -19,5 +20,4 @@ USE_PHPIZE= yes USE_PHPEXT= yes ONLY_FOR_ARCHS= i386 amd64 -NO_STAGE= yes .include <bsd.port.mk> |