diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-12-01 06:28:02 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-12-01 06:28:02 +0000 |
commit | c251ac69eb94f1e8befc2f4f83a7f86085773500 (patch) | |
tree | ea8032f51be0480b7c3e8db4e4e9807974fc877e /security/pecl-pam | |
parent | 948cf68fe9a90d48b0a6bc2606acc3a64da2cbe1 (diff) | |
download | ports-c251ac69eb94f1e8befc2f4f83a7f86085773500.tar.gz ports-c251ac69eb94f1e8befc2f4f83a7f86085773500.zip |
Notes
Diffstat (limited to 'security/pecl-pam')
-rw-r--r-- | security/pecl-pam/Makefile | 22 | ||||
-rw-r--r-- | security/pecl-pam/distinfo | 3 | ||||
-rw-r--r-- | security/pecl-pam/pkg-descr | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/security/pecl-pam/Makefile b/security/pecl-pam/Makefile new file mode 100644 index 000000000000..ba1e1666697e --- /dev/null +++ b/security/pecl-pam/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: pecl-pam +# Date created: 1st Dec, 2009 +# Whom: wen@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= pam +PORTVERSION= 1.0.3 +CATEGORIES= security pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz + +MAINTAINER= miwi@FreeBSD.org +COMMENT= PECL classes for PAM integration + +USE_PHP= yes +USE_PHPIZE= yes +USE_PHPEXT= yes + +.include <bsd.port.mk> diff --git a/security/pecl-pam/distinfo b/security/pecl-pam/distinfo new file mode 100644 index 000000000000..f8259d7312b9 --- /dev/null +++ b/security/pecl-pam/distinfo @@ -0,0 +1,3 @@ +MD5 (pam-1.0.3.tgz) = 2dfd378a76021245050333cd4d49ed96 +SHA256 (pam-1.0.3.tgz) = 2e00f253ffd987e2634b44689473beb61ae64120a3899b6f2d1ffdde06ddc887 +SIZE (pam-1.0.3.tgz) = 6671 diff --git a/security/pecl-pam/pkg-descr b/security/pecl-pam/pkg-descr new file mode 100644 index 000000000000..2c20ed1e7a16 --- /dev/null +++ b/security/pecl-pam/pkg-descr @@ -0,0 +1,6 @@ +pecl-pam provides PAM (Pluggable Authentication Modules) integration. +PAM is a system of libraries that handle the authentication tasks of +applications and services. The library provides a stable API for +applications to defer to for authentication tasks. + +WWW: http://pecl.php.net/package/PAM/ |