mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
cb41fc6623
Sponsored by: Absolight
32 lines
656 B
Makefile
32 lines
656 B
Makefile
# Created by: Blaz Zupan <blaz@si.FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Digest-HMAC>0:security/p5-Digest-HMAC
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
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>
|