aboutsummaryrefslogtreecommitdiff
path: root/security/mate-pam-helper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/mate-pam-helper/Makefile')
-rw-r--r--security/mate-pam-helper/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/mate-pam-helper/Makefile b/security/mate-pam-helper/Makefile
new file mode 100644
index 000000000000..09c3cfdf9e60
--- /dev/null
+++ b/security/mate-pam-helper/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= mate-pam-helper
+PORTVERSION= 1.3
+CATEGORIES= security sysutils
+
+MAINTAINER= ericbsd@FreeBSD.org
+COMMENT= MATE authenticate applications requiring PAM services
+
+LICENSE= BSD2CLAUSE
+
+USES= tar:bzip2 uidfix
+
+USE_GITHUB= yes
+GH_ACCOUNT= GhostBSD
+
+PLIST_FILES= bin/mate_pam_helper
+
+.include <bsd.port.mk>