2003-01-04 08:04:38 +01:00
|
|
|
# New ports collection makefile for: p5-Authen-SASL
|
|
|
|
# Date created: January 3rd 2003
|
|
|
|
# Whom: Blaz Zupan <blaz@si.FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-08-29 14:21:58 +02:00
|
|
|
PORTNAME= Authen-SASL
|
2010-07-19 18:18:01 +02:00
|
|
|
PORTVERSION= 2.15
|
2003-01-04 08:04:38 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-08-29 14:21:58 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2003-01-04 08:04:38 +01:00
|
|
|
|
2005-04-27 11:06:02 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Perl5 module for SASL authentication
|
2003-01-04 08:04:38 +01:00
|
|
|
|
2008-07-01 22:49:52 +02:00
|
|
|
RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC
|
2010-07-19 18:18:01 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-03-27 12:08:49 +02:00
|
|
|
|
2006-05-17 15:50:43 +02:00
|
|
|
OPTIONS= KERBEROS "Enable Kerberos support" On
|
|
|
|
|
2003-01-04 08:04:38 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2006-04-24 05:10:50 +02:00
|
|
|
CONFIGURE_ENV+= AUTOMATED_TESTING=yes
|
2003-01-04 08:04:38 +01:00
|
|
|
|
2010-07-19 18:18:01 +02:00
|
|
|
MAN3= Authen::SASL.3 \
|
|
|
|
Authen::SASL::Perl.3 \
|
|
|
|
Authen::SASL::Perl::ANONYMOUS.3 \
|
|
|
|
Authen::SASL::Perl::CRAM_MD5.3 \
|
|
|
|
Authen::SASL::Perl::DIGEST_MD5.3 \
|
|
|
|
Authen::SASL::Perl::EXTERNAL.3 \
|
|
|
|
Authen::SASL::Perl::GSSAPI.3 \
|
|
|
|
Authen::SASL::Perl::LOGIN.3 \
|
|
|
|
Authen::SASL::Perl::PLAIN.3
|
2006-03-27 12:08:49 +02:00
|
|
|
|
2009-11-05 15:53:59 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-04-24 05:10:50 +02:00
|
|
|
.if !defined(WITHOUT_KERBEROS)
|
2008-07-01 22:49:52 +02:00
|
|
|
RUN_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
|
2006-04-24 05:10:50 +02:00
|
|
|
.endif
|
|
|
|
|
2009-11-05 15:53:59 +01:00
|
|
|
.include <bsd.port.post.mk>
|