mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
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)
19 lines
379 B
Makefile
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>
|