mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
55278cda1b
applications to make use of PAM's authentication services.
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# New ports collection makefile for: pam_helper
|
|
# Date created: 09 August 2008
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pam_helper
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= security sysutils
|
|
MASTER_SITES= http://www.marcuscom.com/pam_helper/
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
COMMENT= Authenticate applications requiring PAM services
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= bin/pam_helper
|
|
|
|
.include <bsd.port.mk>
|