aboutsummaryrefslogblamecommitdiff
path: root/security/p5-Authen-SASL/Makefile
blob: d226f804761545c1b43dc6d39eedb089765d5bfc (plain) (tree)
1
2
3
4
5
6
7
8
9
                           
                    
                 
                              
                    
                   
 
                                
                                                    
                                                        
 
                            
                    
 

                                                        
 
                        
                        
 
                   

                         
                                     
 

                                                      
 
                      
PORTNAME=	Authen-SASL
PORTVERSION=	2.16
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl5 module for SASL authentication
WWW=		https://metacpan.org/release/Authen-SASL

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Digest-HMAC>0:security/p5-Digest-HMAC

OPTIONS_DEFINE=	KERBEROS
OPTIONS_DEFAULT=KERBEROS

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure
CONFIGURE_ENV=	AUTOMATED_TESTING=yes

KERBEROS_BUILD_DEPENDS=	p5-GSSAPI>0:security/p5-GSSAPI
KERBEROS_RUN_DEPENDS=	p5-GSSAPI>0:security/p5-GSSAPI

.include <bsd.port.mk>