Files
bsdports/perl5/p5-Authen-SASL/Makefile
2025-08-27 17:10:19 +02:00

21 lines
375 B
Makefile

#
# $Id$
#
PORTNAME= Authen-SASL
PORTVERSION= 2.16
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for SASL authentication
RUN_DEPENDS= p5-Digest-HMAC>0:perl/p5-Digest-HMAC
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV+= AUTOMATED_TESTING=yes
.include <bsd.port.mk>
#EOF