1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/pam_helper/Makefile
Joe Marcus Clarke 55278cda1b Add pam_helper, a small utility which allows non-PAM or non-setuid
applications to make use of PAM's authentication services.
2008-08-09 07:53:16 +00:00

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>