aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-03-28 10:01:00 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-03-28 10:01:00 +0000
commitfd7c46de4f105371e8c09527cecf686182c2e8f3 (patch)
treec3c198499f461ba042cb83c55ced1d3fbd847682 /security/p5-Authen-SASL
parent84320e2a8a9f72b70e13be3167033dd4961c99c5 (diff)
downloadports-fd7c46de4f105371e8c09527cecf686182c2e8f3.tar.gz
ports-fd7c46de4f105371e8c09527cecf686182c2e8f3.zip
Make the port depend on the newly created security/p5-GSSAPI. Bump
portrevision.
Notes
Notes: svn path=/head/; revision=158301
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r--security/p5-Authen-SASL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index 01d4c38391a8..f5f5d59a76cc 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Authen-SASL
PORTVERSION= 2.10
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Authen
@@ -17,7 +18,8 @@ COMMENT= Perl5 module for SASL authentication
BUILD_DEPENDS= \
p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
- p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC
+ p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
+ p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes