freebsd-ports/devel/py-pycapsicum/Makefile
Jan Beich 67d1d80b40 devel/py-pycapsicum: unbreak build after 620968a43a
Restore the patch accidentally removed due to confusing comment.

_pycapsicum.c:36:10: fatal error: 'sys/capability.h' file not found
 #include "sys/capability.h"
          ^~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout

(cherry picked from commit c85f76fcf7)
2021-10-04 21:42:16 +00:00

21 lines
519 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
PORTNAME= pycapsicum
PORTVERSION= 1.0
CATEGORIES= devel security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PATCH_SITES= https://github.com/stillson/pycapsicum2/commit/
PATCHFILES+= 5e9854f13448.patch:-p1 # https://github.com/stillson/pycapsicum2/pull/3
MAINTAINER= stillson@gmail.com
COMMENT= Python interface to capsicum security
LICENSE= BSD3CLAUSE
USES= python:3.6+
USE_CSTD= c99
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>