mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
2d8b17ea39
With hat: portmgr
17 lines
344 B
Makefile
17 lines
344 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|