f0dd181a32
Net::SMTP_auth is a small extension to G. Barr's Net::SMTP to authenticate to an SMTP server using one of the AUTH methods provided by Authen::SASL (see RFC2554 for details). This module can be expanded and is a very first implementation. NOTE: Net::SMTP can do authentication by itself (with a different Syntax).
19 lines
403 B
Makefile
19 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/05 13:24:24 sthen Exp $
|
|
|
|
COMMENT= Perl module to use authenticated SMTP
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-SMTP_auth-0.08
|
|
CATEGORIES= net mail
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::security/p5-Digest-HMAC \
|
|
:p5-Authen-SASL->=2.03:security/p5-Authen-SASL
|
|
|
|
.include <bsd.port.mk>
|