ports/devel/py-pycapsicum/Makefile
Mark Linimon 5989182c02 Base GCC compiles by default in C89, while this port is written in C99,
which breaks compilation on GCC architectures.

Set USE_CSTD=c99 to make this port build.

PR:		232517
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-11-05 19:55:42 +00:00

19 lines
379 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
USES= python
USE_CSTD= c99
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>