openbsd-ports/security/p5-Authen-SASL/Makefile
2022-03-11 19:53:16 +00:00

16 lines
258 B
Makefile

COMMENT= perl interface to the SASL auth framework
MODULES= cpan
PKG_ARCH= *
DISTNAME= Authen-SASL-2.16
CATEGORIES= security
REVISION= 0
# Perl
PERMIT_PACKAGE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= security/p5-Digest-HMAC
.include <bsd.port.mk>