summaryrefslogtreecommitdiff
path: root/security/py-python-pam
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-30 19:06:55 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-30 19:06:55 +0000
commite44f84d313b933281f4de830712f279151f39c11 (patch)
tree2320930ced77bace78ae0a17a70114db901e6b14 /security/py-python-pam
parentnet/kube-controller-manager: fix comment (diff)
security/py-python-pam: create port
Python PAM module WWW: https://github.com/FirefighterBlu3/python-pam PR: 235212 Submitted by: Charlie Li <ml+freebsd@vishwin.info> Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D18979
Diffstat (limited to 'security/py-python-pam')
-rw-r--r--security/py-python-pam/Makefile20
-rw-r--r--security/py-python-pam/distinfo3
-rw-r--r--security/py-python-pam/pkg-descr3
3 files changed, 26 insertions, 0 deletions
diff --git a/security/py-python-pam/Makefile b/security/py-python-pam/Makefile
new file mode 100644
index 000000000000..b190e0a1b176
--- /dev/null
+++ b/security/py-python-pam/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= python-pam
+DISTVERSION= 1.8.4
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= vishwin@vishwin.info
+COMMENT= Python PAM module
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/security/py-python-pam/distinfo b/security/py-python-pam/distinfo
new file mode 100644
index 000000000000..b715c2596cd2
--- /dev/null
+++ b/security/py-python-pam/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548486350
+SHA256 (python-pam-1.8.4.tar.gz) = c856d9c89fedb33951dd8a95727ae57c6887b02d065bbdffd2fd9dbc0183909b
+SIZE (python-pam-1.8.4.tar.gz) = 4990
diff --git a/security/py-python-pam/pkg-descr b/security/py-python-pam/pkg-descr
new file mode 100644
index 000000000000..7df61b5c2779
--- /dev/null
+++ b/security/py-python-pam/pkg-descr
@@ -0,0 +1,3 @@
+Python PAM module
+
+WWW: https://github.com/FirefighterBlu3/python-pam