PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
23 lines
432 B
Makefile
23 lines
432 B
Makefile
# Created by: raven428 <raven428@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pinba
|
|
PORTVERSION= 2012.03.20
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= php5-
|
|
|
|
MAINTAINER= komarov@valerka.net
|
|
COMMENT= PHP-extension part of statistics server for PHP
|
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tony2001
|
|
GH_PROJECT= pinba_extension
|
|
GH_TAGNAME= f76b673
|
|
|
|
USES= php:ext
|
|
IGNORE_WITH_PHP= 70
|
|
|
|
.include <bsd.port.mk>
|