freebsd-ports/devel/py-pycapsicum/Makefile
Mark Linimon ba601f25ac 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)
2017-05-13 03:35:51 +00:00

20 lines
477 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pycapsicum
PORTVERSION= 1.0
CATEGORIES= devel security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= stillson@gmail.com
COMMENT= Python interface to capsicum security
LICENSE= BSD3CLAUSE
BROKEN_powerpc64= fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>