blob: ea5b1537ae835dc0024b2304a25cabc87e917a29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: 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
NO_STAGE= yes
.include <bsd.port.mk>
|