2006-06-23 07:00:05 +02:00
|
|
|
# New ports collection makefile for: p5-Authen-PAAS
|
|
|
|
# Date created: 22 Jun 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Authen-PAAS
|
|
|
|
PORTVERSION= 1.1.1
|
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-23 07:00:05 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-06-23 07:00:05 +02:00
|
|
|
COMMENT= Perl Authentication & Authorization Service
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Config-Record>=1.1.0:${PORTSDIR}/devel/p5-Config-Record \
|
|
|
|
p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-06-23 07:00:05 +02:00
|
|
|
|
|
|
|
MAN1= authen-paas-passwd.1
|
|
|
|
MAN3= Authen::PAAS.3 \
|
|
|
|
Authen::PAAS::BasicLoginModule.3 \
|
|
|
|
Authen::PAAS::BasicUser.3 \
|
|
|
|
Authen::PAAS::Callback.3 \
|
|
|
|
Authen::PAAS::ConsoleCallback.3 \
|
|
|
|
Authen::PAAS::Context.3 \
|
|
|
|
Authen::PAAS::Credential.3 \
|
|
|
|
Authen::PAAS::LoginModule.3 \
|
|
|
|
Authen::PAAS::Principal.3 \
|
|
|
|
Authen::PAAS::SimpleCallback.3 \
|
|
|
|
Authen::PAAS::Subject.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|