ports/security/py-python-pam/Makefile
Charlie Li 7c73bf44e0
Switch my MAINTAINER email to @FreeBSD.org
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D30113
2021-05-05 07:48:05 -04:00

18 lines
339 B
Makefile

PORTNAME= python-pam
DISTVERSION= 1.8.4
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= vishwin@FreeBSD.org
COMMENT= Python PAM module
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>