mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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
This commit is contained in:
@@ -1018,6 +1018,7 @@
|
||||
SUBDIR += py-python-jose
|
||||
SUBDIR += py-python-nss
|
||||
SUBDIR += py-python-openid
|
||||
SUBDIR += py-python-pam
|
||||
SUBDIR += py-python-registry
|
||||
SUBDIR += py-python3-openid
|
||||
SUBDIR += py-pywinrm
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1548486350
|
||||
SHA256 (python-pam-1.8.4.tar.gz) = c856d9c89fedb33951dd8a95727ae57c6887b02d065bbdffd2fd9dbc0183909b
|
||||
SIZE (python-pam-1.8.4.tar.gz) = 4990
|
||||
@@ -0,0 +1,3 @@
|
||||
Python PAM module
|
||||
|
||||
WWW: https://github.com/FirefighterBlu3/python-pam
|
||||
Reference in New Issue
Block a user