mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
e44f84d313
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
21 lines
348 B
Makefile
21 lines
348 B
Makefile
# $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>
|