freebsd-ports/textproc/uncle/Makefile
Mark Linimon 197f08abf4 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-22 22:29:17 +00:00

22 lines
446 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= uncle
PORTVERSION= 0.1
CATEGORIES= textproc
MAINTAINER= gblach@FreeBSD.org
COMMENT= Convert UCL config file to desired format
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libucl.so:textproc/libucl
BROKEN_powerpc64= fails to compile: uncle.c: 'for' loop initial declaration used outside C99 mode
USE_GITHUB= yes
GH_ACCOUNT= MagikBSD
PLIST_FILES= bin/uncle
.include <bsd.port.mk>