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>
|