summaryrefslogtreecommitdiff
path: root/mail/p5-Net-SMTP-TLS/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-11 00:36:55 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-11 00:36:55 +0000
commitd801ab01b391d47dc15b3060335280281c9faa11 (patch)
treeb42081d5f87e0c6baee534b1e581a3c841c28934 /mail/p5-Net-SMTP-TLS/Makefile
parentAdd p5-HTTP-Cookies-Mozilla 1.09, cookie storage and management for (diff)
Add p5-Net-SMTP-TLS 0.12, an SMTP client supporting TLS and AUTH.
PR: ports/99986 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=167424
Diffstat (limited to 'mail/p5-Net-SMTP-TLS/Makefile')
-rw-r--r--mail/p5-Net-SMTP-TLS/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/p5-Net-SMTP-TLS/Makefile b/mail/p5-Net-SMTP-TLS/Makefile
new file mode 100644
index 000000000000..02d8b7b4cb5f
--- /dev/null
+++ b/mail/p5-Net-SMTP-TLS/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-Net-SMTP-TLS
+# Date created: 2006-07-10
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-SMTP-TLS
+PORTVERSION= 0.12
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= An SMTP client supporting TLS and AUTH
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+ ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
+ ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
+ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::SMTP::TLS.3
+
+.include <bsd.port.mk>