freebsd-ports/devel/php5-pinba/Makefile
Mark Linimon fa74598719 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 21:55:08 +00:00

25 lines
600 B
Makefile

# Created by: raven428 <raven428@gmail.com>
# $FreeBSD$
PORTNAME= pinba
PORTVERSION= 2012.03.20
PORTREVISION= 6
CATEGORIES= devel
PKGNAMEPREFIX= php5-
MAINTAINER= komarov@valerka.net
COMMENT= PHP-extension part of statistics server for PHP
LIB_DEPENDS= libprotobuf.so:devel/protobuf
BROKEN_powerpc64= fails to compile: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase'
USE_GITHUB= yes
GH_ACCOUNT= tony2001
GH_PROJECT= pinba_extension
GH_TAGNAME= f76b673
USES= php:ext
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>