mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- Update MASTER_SITES - Add my LOCAL to MASTER_SITES - Use USE_CSTD - Use MAKE_CMD - Reformat pkg-descr - Update WWW - Take maintainership - Bump PORTREVISION for devel/protobuf shlib change Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
25 lines
554 B
Makefile
25 lines
554 B
Makefile
# Created by: raven428 <raven428@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pinba
|
|
PORTVERSION= 2012.03.20
|
|
PORTREVISION= 2
|
|
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= libprotobuf.so:${PORTSDIR}/devel/protobuf
|
|
|
|
GITVERSION= f76b673
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= pinba
|
|
|
|
.include <bsd.port.mk>
|