1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/py-python-pam/Makefile
Steve Wills e44f84d313 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
2019-01-30 19:06:55 +00:00

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>