mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
4734e25a31
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)
18 lines
401 B
Makefile
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>
|