openbsd-ports/net/p5-Net-SMTP-TLS-ButMaintained/Makefile
sthen 9513d66c4a import ports/net/p5-Net-SMTP-TLS-ButMaintained, ok jasper@
Net::SMTP::TLS::ButMaintained is a TLS and AUTH capable SMTP client
which offers an interface that users will find familiar from Net::SMTP.

Net::SMTP::TLS::ButMaintained implements a subset of the methods
provided by that module, but certainly not (yet) a complete mirror
image of that API.

It is forked from the no-longer-maintained Net::SMTP::TLS.
2012-07-03 11:48:50 +00:00

23 lines
519 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/07/03 11:48:50 sthen Exp $
COMMENT= Perl module for SMTP with TLS/AUTH support
MODULES= cpan
DISTNAME= Net-SMTP-TLS-ButMaintained-0.19
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>=1.75
# For a live test, edit t/config.txt with SMTP server parameters.
MAKE_ENV= TEST_TLS=1
.include <bsd.port.mk>