diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pam_bsdbioapi/Makefile | 26 | ||||
-rw-r--r-- | security/pam_bsdbioapi/distinfo | 3 | ||||
-rw-r--r-- | security/pam_bsdbioapi/pkg-descr | 4 | ||||
-rw-r--r-- | security/pam_bsdbioapi/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index c3c365fb273f..b8f6decfaed0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -421,6 +421,7 @@ SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_alreadyloggedin + SUBDIR += pam_bsdbioapi SUBDIR += pam_krb5 SUBDIR += pam_ldap SUBDIR += pam_mkhomedir diff --git a/security/pam_bsdbioapi/Makefile b/security/pam_bsdbioapi/Makefile new file mode 100644 index 000000000000..9ac259a603f9 --- /dev/null +++ b/security/pam_bsdbioapi/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: pam_bsdbioapi +# Date created: 13 January 2006 +# Whom: Fredrik Lindberg <fli@shapeshifter.se> +# +# $FreeBSD$ +# + +PORTNAME= pam_bsdbioapi +PORTVERSION= 1.0 +CATEGORIES= security +MASTER_SITES= http://shapeshifter.se/pub/pam_bsdbioapi/ + +MAINTAINER= fli@shapeshifter.se +COMMENT= PAM module for BioAPI + +LIB_DEPENDS= bioapi100.0:${PORTSDIR}/security/bioapi + +MAN8= pam_bsdbioapi.8 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= needs at least FreeBSD 5.0-RELEASE +.endif + +.include <bsd.port.post.mk> diff --git a/security/pam_bsdbioapi/distinfo b/security/pam_bsdbioapi/distinfo new file mode 100644 index 000000000000..f71346e3110a --- /dev/null +++ b/security/pam_bsdbioapi/distinfo @@ -0,0 +1,3 @@ +MD5 (pam_bsdbioapi-1.0.tar.gz) = 04c3ad00c08865d205f131813484f9a5 +SHA256 (pam_bsdbioapi-1.0.tar.gz) = 6bed45702320c674d385ece24603591e818dfb43d34b0b3e4a70be8c6d567531 +SIZE (pam_bsdbioapi-1.0.tar.gz) = 4640 diff --git a/security/pam_bsdbioapi/pkg-descr b/security/pam_bsdbioapi/pkg-descr new file mode 100644 index 000000000000..5b03702b9747 --- /dev/null +++ b/security/pam_bsdbioapi/pkg-descr @@ -0,0 +1,4 @@ +The (BSD) BioAPI service module for PAM provides authentication management +through BioAPI BSPs. + +WWW: http://shapeshifter.se/code/pam_bsdbioapi diff --git a/security/pam_bsdbioapi/pkg-plist b/security/pam_bsdbioapi/pkg-plist new file mode 100644 index 000000000000..6090c70dd99d --- /dev/null +++ b/security/pam_bsdbioapi/pkg-plist @@ -0,0 +1,3 @@ +lib/libpam_bsdbioapi.a +lib/libpam_bsdbioapi_p.a +lib/pam_bsdbioapi.so |