aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pycapsicum/Makefile
blob: d5530c90b9e3ee6c57a84659b4c5b72216e42baf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	pycapsicum
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	devel security python
MASTER_SITES=	PYPI
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
WWW=		https://github.com/stillson/pycapsicum2

LICENSE=	BSD3CLAUSE

USES=		python
USE_CSTD=	c99
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>