freebsd-ports/security/p5-Authen-SASL/Makefile

42 lines
982 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Authen-SASL
# Date created: January 3rd 2003
# Whom: Blaz Zupan <blaz@si.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Authen-SASL
2010-07-19 18:18:01 +02:00
PORTVERSION= 2.15
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Perl5 module for SASL authentication
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}
OPTIONS= KERBEROS "Enable Kerberos support" On
PERL_CONFIGURE= yes
CONFIGURE_ENV+= AUTOMATED_TESTING=yes
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
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_KERBEROS)
2008-07-01 22:49:52 +02:00
RUN_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
.endif
.include <bsd.port.post.mk>