2012-10-12 04:08:58 +02:00
|
|
|
# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
2011-05-19 04:45:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pam_google_authenticator
|
2012-10-12 04:08:58 +02:00
|
|
|
PORTVERSION= 20120831
|
2011-05-19 04:45:47 +02:00
|
|
|
CATEGORIES= security
|
2012-02-10 10:28:32 +01:00
|
|
|
MASTER_SITES= LOCAL/dumbbell
|
2011-05-19 04:45:47 +02:00
|
|
|
DISTNAME= google-authenticator-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= jnlin@csie.nctu.edu.tw
|
|
|
|
COMMENT= PAM module for two-step authentication from Google
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2011-05-19 04:45:47 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/google-authenticator lib/pam_google_authenticator.so
|
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2011-05-19 04:45:47 +02:00
|
|
|
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>
|