diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-23 01:24:15 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-23 01:24:15 +0800 |
commit | eee348315a3d128f2cb79fc5ea3fba4b9d6bcda3 (patch) | |
tree | 0f20da2bcd978ee18655b4c60fcb6484465592ef /security/p5-Authen-Simple-PAM | |
parent | 281535e5ffe9b18a5c2c4e792c46934e84f485eb (diff) | |
download | freebsd-ports-gnome-eee348315a3d128f2cb79fc5ea3fba4b9d6bcda3.tar.gz freebsd-ports-gnome-eee348315a3d128f2cb79fc5ea3fba4b9d6bcda3.tar.zst freebsd-ports-gnome-eee348315a3d128f2cb79fc5ea3fba4b9d6bcda3.zip |
Adding port security/p5-Authen-Simple-PAM, PAM extension for security/p5-Authen-Simple.
Approved by: tobez (implicit)
Diffstat (limited to 'security/p5-Authen-Simple-PAM')
-rw-r--r-- | security/p5-Authen-Simple-PAM/Makefile | 32 | ||||
-rw-r--r-- | security/p5-Authen-Simple-PAM/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Authen-Simple-PAM/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Authen-Simple-PAM/pkg-plist | 3 |
4 files changed, 42 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-PAM/Makefile b/security/p5-Authen-Simple-PAM/Makefile new file mode 100644 index 000000000000..599213af027c --- /dev/null +++ b/security/p5-Authen-Simple-PAM/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Authen-Simple-PAM +# Date created: 22 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Authen-Simple-PAM +PORTVERSION= 0.2 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Authen +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Simple PAM authentication + +BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Authen::Simple::PAM.3 + +PERL_MODBUILD= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/security/p5-Authen-Simple-PAM/distinfo b/security/p5-Authen-Simple-PAM/distinfo new file mode 100644 index 000000000000..fdbbf2e3c7e7 --- /dev/null +++ b/security/p5-Authen-Simple-PAM/distinfo @@ -0,0 +1,3 @@ +MD5 (Authen-Simple-PAM-0.2.tar.gz) = 0b4eed87d2877cd89e412f04572c71f5 +SHA256 (Authen-Simple-PAM-0.2.tar.gz) = 354b2cb97bf3c62514f5d1b42c5f3637b45ef2d74e4b4258e7141f0aaadc60ab +SIZE (Authen-Simple-PAM-0.2.tar.gz) = 2657 diff --git a/security/p5-Authen-Simple-PAM/pkg-descr b/security/p5-Authen-Simple-PAM/pkg-descr new file mode 100644 index 000000000000..33cfa7f7c2e6 --- /dev/null +++ b/security/p5-Authen-Simple-PAM/pkg-descr @@ -0,0 +1,4 @@ +Authentication via PAM. + +WWW: http://search.cpan.org/dist/Authen-Simple-Net-PAM +Author: Christian Hansen <ch@ngmedia.com> diff --git a/security/p5-Authen-Simple-PAM/pkg-plist b/security/p5-Authen-Simple-PAM/pkg-plist new file mode 100644 index 000000000000..8efcfbb9963f --- /dev/null +++ b/security/p5-Authen-Simple-PAM/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Authen/Simple/PAM.pm +@dirrmtry %%SITE_PERL%%/Authen/Simple +@dirrmtry %%SITE_PERL%%/Authen |