mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
26 lines
560 B
Makefile
26 lines
560 B
Makefile
# Created by: raven428 <raven428@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pinba
|
|
PORTVERSION= 2012.03.20
|
|
PORTREVISION= 12
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= komarov@valerka.net
|
|
COMMENT= PHP-extension part of statistics server for PHP
|
|
|
|
IGNORE_WITH_PHP= 71 72 73
|
|
DEPRECATED= Works only with EOL php 5.6
|
|
EXPIRATION_DATE= 2018-12-30
|
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
|
|
USES= compiler:c++11-lang php:ext
|
|
USE_CXXSTD= c++11
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tony2001
|
|
GH_PROJECT= pinba_extension
|
|
GH_TAGNAME= f76b673
|
|
|
|
.include <bsd.port.mk>
|