diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-pycapsicum/Makefile | 24 | ||||
-rw-r--r-- | devel/py-pycapsicum/distinfo | 3 | ||||
-rw-r--r-- | devel/py-pycapsicum/pkg-descr | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index fe5db3bed9cc..ed05719d8ac1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4393,6 +4393,7 @@ SUBDIR += py-pycadf SUBDIR += py-pycalendar SUBDIR += py-pycallgraph + SUBDIR += py-pycapsicum SUBDIR += py-pycerberus SUBDIR += py-pycmd SUBDIR += py-pycparser diff --git a/devel/py-pycapsicum/Makefile b/devel/py-pycapsicum/Makefile new file mode 100644 index 000000000000..1a1ae5cecad5 --- /dev/null +++ b/devel/py-pycapsicum/Makefile @@ -0,0 +1,24 @@ +# 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_PYTHON= autoplist distutils + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000000 +IGNORE= requires FreeBSD 10.0 or newer +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-pycapsicum/distinfo b/devel/py-pycapsicum/distinfo new file mode 100644 index 000000000000..c583f91eeabf --- /dev/null +++ b/devel/py-pycapsicum/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1479000975 +SHA256 (pycapsicum-1.0.tar.gz) = 413054a2e58a86c6959ddb9e23e99332c240638a552218de0ff8161099d45908 +SIZE (pycapsicum-1.0.tar.gz) = 8177 diff --git a/devel/py-pycapsicum/pkg-descr b/devel/py-pycapsicum/pkg-descr new file mode 100644 index 000000000000..ec6017681b1f --- /dev/null +++ b/devel/py-pycapsicum/pkg-descr @@ -0,0 +1,3 @@ +Pycapsicum is a python interface to Capsicum (sandboxing for FreeBSD). + +WWW: https://github.com/stillson/pycapsicum2 |