mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d530b4eb56
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that. WWW: http://search.cpan.org/dist/Net-SMTP-SSL/
24 lines
468 B
Makefile
24 lines
468 B
Makefile
# New ports collection makefile for: p5-Net-SMTP-SSL
|
|
# Date created: June 22, 2008
|
|
# Whom: Wesley Shields <wxs@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-SMTP-SSL
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
|
COMMENT= An SMTP client supporting SSL
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::SMTP::SSL.3
|
|
|
|
.include <bsd.port.mk>
|