1PORTNAME= python-pam 2DISTVERSION= 1.8.4 3CATEGORIES= security python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Python PAM module 9WWW= https://github.com/FirefighterBlu3/python-pam 10 11LICENSE= mit 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14USES= python 15USE_PYTHON= autoplist concurrent distutils 16 17NO_ARCH= yes 18 19.include <bsd.port.mk> 20