diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-22 11:50:04 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-22 11:50:04 +0000 |
commit | 895bfd837aece0e3768efb4f64615ac401468def (patch) | |
tree | faec51b9ed19a119064d467883ddf32dfab1cb72 /security/pam_pseudo | |
parent | c32a8317dfcda723da852de58d9e3b35c8513dde (diff) | |
download | ports-895bfd837aece0e3768efb4f64615ac401468def.tar.gz ports-895bfd837aece0e3768efb4f64615ac401468def.zip |
Notes
Diffstat (limited to 'security/pam_pseudo')
-rw-r--r-- | security/pam_pseudo/Makefile | 23 | ||||
-rw-r--r-- | security/pam_pseudo/distinfo | 3 | ||||
-rw-r--r-- | security/pam_pseudo/pkg-descr | 1 | ||||
-rw-r--r-- | security/pam_pseudo/pkg-plist | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/security/pam_pseudo/Makefile b/security/pam_pseudo/Makefile new file mode 100644 index 000000000000..66ba277253d7 --- /dev/null +++ b/security/pam_pseudo/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: pam_pseudo +# Date created: 11 May 2006 +# Whom: Jim Pirzyk <pirzyk@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pam_pseudo +PORTVERSION= 0.4 +CATEGORIES= security +MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_pseudo/ + +MAINTAINER= pirzyk@FreeBSD.org +COMMENT= PAM module for per-user authentication + +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --disable-encap --disable-epkg-install + +INSTALL_TARGET= install-real + +MAN5= pam_pseudo.5 + +.include <bsd.port.mk> diff --git a/security/pam_pseudo/distinfo b/security/pam_pseudo/distinfo new file mode 100644 index 000000000000..5f50303cc6db --- /dev/null +++ b/security/pam_pseudo/distinfo @@ -0,0 +1,3 @@ +MD5 (pam_pseudo-0.4.tar.gz) = ba97182f4a0bdd466808c61cc277dba5 +SHA256 (pam_pseudo-0.4.tar.gz) = b38bb3301dd23a32cafdccca278c8bf3b8eed48536312be7a696e08a5c880550 +SIZE (pam_pseudo-0.4.tar.gz) = 108043 diff --git a/security/pam_pseudo/pkg-descr b/security/pam_pseudo/pkg-descr new file mode 100644 index 000000000000..53ffc4532ddd --- /dev/null +++ b/security/pam_pseudo/pkg-descr @@ -0,0 +1 @@ +PAM module for pseudouser authentication diff --git a/security/pam_pseudo/pkg-plist b/security/pam_pseudo/pkg-plist new file mode 100644 index 000000000000..93ba722f8109 --- /dev/null +++ b/security/pam_pseudo/pkg-plist @@ -0,0 +1,3 @@ +sbin/authtest +lib/security/pam_pseudo.so.1 +@dirrmtry lib/security |