30 lines
646 B
Makefile
30 lines
646 B
Makefile
# New ports collection makefile for: php5-pinba
|
|
# Date created: 24 Dec 2009
|
|
# Whom: raven428 <raven428@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pinba
|
|
PORTVERSION= 2012.03.20
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://github.com/tony2001/pinba_extension/tarball/${GITVERSION}/
|
|
PKGNAMEPREFIX= php5-
|
|
DISTNAME= tony2001-pinba_extension-${GITVERSION}
|
|
|
|
MAINTAINER= komarov@valerka.net
|
|
COMMENT= PHP-extension part of statistics server for PHP
|
|
|
|
LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf
|
|
|
|
GITVERSION= f76b673
|
|
FETCH_ARGS= -pRr
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= pinba
|
|
|
|
.include <bsd.port.mk>
|