mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
Replace all occurences of driesm.michiels@gmail.com with driesm@FreeBSD.org. Approved by: philip (mentor), 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D32896
32 lines
699 B
Makefile
32 lines
699 B
Makefile
# Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
|
|
|
|
PORTNAME= pam_google_authenticator
|
|
PORTVERSION= 1.09
|
|
PORTEPOCH= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= driesm@FreeBSD.org
|
|
COMMENT= PAM module for two-step authentication from Google
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf gmake libtool
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
GH_PROJECT= google-authenticator-libpam
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= QRENCODE
|
|
OPTIONS_DEFAULT= QRENCODE
|
|
|
|
QRENCODE_DESC= Allow creation of QR-codes
|
|
QRENCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's;/security;;' ${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|