1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Adding port security/p5-Authen-Simple, a consistent and simple framework for authentication.

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-05-22 00:52:28 +00:00
parent f2fc4a1024
commit c3c2cd4d14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163050
5 changed files with 55 additions and 0 deletions

View File

@ -290,6 +290,7 @@
SUBDIR += p5-Authen-Radius
SUBDIR += p5-Authen-SASL
SUBDIR += p5-Authen-SASL-Cyrus
SUBDIR += p5-Authen-Simple
SUBDIR += p5-Authen-Smb
SUBDIR += p5-Authen-TacacsPlus
SUBDIR += p5-Authen-Ticket

View File

@ -0,0 +1,40 @@
# New ports collection makefile for: Authen-Simple
# Date created: 21 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Authen-Simple
PORTVERSION= 0.4
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Authen
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Simple authentication framework
BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Authen::Simple.3 \
Authen::Simple::Adapter.3 \
Authen::Simple::Apache.3 \
Authen::Simple::Log.3 \
Authen::Simple::Password.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>

View File

@ -0,0 +1,3 @@
MD5 (Authen-Simple-0.4.tar.gz) = ca2ebc687e9282c92f488fa79e3e8723
SHA256 (Authen-Simple-0.4.tar.gz) = be57f93ee087b86cb359796a86f48922b7a27300714b3070f16971b206eb8b05
SIZE (Authen-Simple-0.4.tar.gz) = 8304

View File

@ -0,0 +1,4 @@
Simple and consistent framework for authentication.
WWW: http://search.cpan.org/dist/Authen-Simple
Author: Christian Hansen <ch@ngmedia.com>

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Authen/Simple.pm
%%SITE_PERL%%/Authen/Simple/Adapter.pm
%%SITE_PERL%%/Authen/Simple/Apache.pm
%%SITE_PERL%%/Authen/Simple/Log.pm
%%SITE_PERL%%/Authen/Simple/Password.pm
@dirrm %%SITE_PERL%%/Authen/Simple
@dirrmtry %%SITE_PERL%%/Authen