1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net-p2p/verlihub-plugins-stats/Makefile
Mark Linimon 4734e25a31 Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors.  We
need to investigate that problem, and find out if it is specific to the qemu
environment.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 20:33:22 +00:00

18 lines
401 B
Makefile

# Created by: Mikle Davidkin <skylord@vt.net.ru>
# $FreeBSD$
PORTNAME= stats
PORTVERSION= 1.1
PORTREVISION= 5
CATEGORIES= net-p2p
MASTER_SITES= SF/verlihub/VH_Stats/${DISTVERSION}
MAINTAINER= me@skylord.ru
BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log)
PLUGIN_DESC= Statistics
.include "../verlihub-plugins/Makefile.plugins"
.include <bsd.port.mk>