2016-03-02 06:41:03 +01:00
|
|
|
# Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
|
2011-05-19 04:45:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pam_google_authenticator
|
2016-03-06 21:00:32 +01:00
|
|
|
PORTVERSION= 1.01.20160208
|
2016-03-08 21:43:20 +01:00
|
|
|
PORTREVISION= 1
|
2016-03-06 21:00:32 +01:00
|
|
|
PORTEPOCH= 1
|
2011-05-19 04:45:47 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
|
2016-03-02 06:41:03 +01:00
|
|
|
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
|
2011-05-19 04:45:47 +02:00
|
|
|
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
|
|
|
|
2016-03-06 21:00:32 +01:00
|
|
|
USES= autoreconf gmake libtool
|
|
|
|
GNU_CONFIGURE= YES
|
2014-11-22 19:30:17 +01:00
|
|
|
|
2016-03-08 21:45:15 +01:00
|
|
|
WRKSRC_SUBDIR= libpam
|
2011-05-19 04:45:47 +02:00
|
|
|
|
2016-03-08 21:45:15 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= google
|
|
|
|
GH_PROJECT= google-authenticator
|
|
|
|
GH_TAGNAME= 195ddc1
|
2011-05-19 04:45:47 +02:00
|
|
|
|
2016-03-08 21:43:20 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's;/security;;' \
|
|
|
|
${WRKSRC}/Makefile.am
|
|
|
|
|
2011-05-19 04:45:47 +02:00
|
|
|
.include <bsd.port.mk>
|