500c00a08f
Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of that API.
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/05 13:23:59 sthen Exp $
|
|
|
|
COMMENT= Perl module for SMTP with TLS/AUTH support
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-SMTP-TLS-0.12
|
|
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 \
|
|
::security/p5-Net_SSLeay \
|
|
::security/p5-IO-Socket-SSL
|
|
|
|
.include <bsd.port.mk>
|