mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a57e323196
- Trim header PR: ports/171201 [1] Submitted by: dumbbell [1] Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer) [1] Feature safe: yes
24 lines
633 B
Makefile
24 lines
633 B
Makefile
# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pam_google_authenticator
|
|
PORTVERSION= 20120831
|
|
CATEGORIES= security
|
|
MASTER_SITES= LOCAL/dumbbell
|
|
DISTNAME= google-authenticator-${PORTVERSION}
|
|
|
|
MAINTAINER= jnlin@csie.nctu.edu.tw
|
|
COMMENT= PAM module for two-step authentication from Google
|
|
|
|
LICENSE= AL2
|
|
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= bin/google-authenticator lib/pam_google_authenticator.so
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/google-authenticator ${PREFIX}/bin/google-authenticator
|
|
${INSTALL_LIB} ${WRKSRC}/pam_google_authenticator.so ${PREFIX}/lib/pam_google_authenticator.so
|
|
|
|
.include <bsd.port.mk>
|