1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/security/pam_google_authenticator/Makefile
Bryan Drewery a57e323196 - Update to 20120831 snapshot [1]
- 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
2012-10-12 02:08:58 +00:00

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>