summaryrefslogtreecommitdiff
path: root/devel/priv_wrapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/priv_wrapper/Makefile')
-rw-r--r--devel/priv_wrapper/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/priv_wrapper/Makefile b/devel/priv_wrapper/Makefile
new file mode 100644
index 000000000000..9dcd183ec00e
--- /dev/null
+++ b/devel/priv_wrapper/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= priv_wrapper
+PORTVERSION= 1.0.1
+CATEGORIES= devel
+MASTER_SITES= SAMBA/cwrap
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Library to disable resource limits and other privilege dropping
+WWW= https://cwrap.org/priv_wrapper.html \
+ https://git.samba.org/?p=priv_wrapper.git
+
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka
+
+USES= cmake:testing pathfix
+
+CMAKE_OFF= HELGRIND_TESTING \
+ PICKY_DEVELOPER \
+ UNIT_TESTING
+CMAKE_TESTING_ON= UNIT_TESTING
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>