summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-12-30 21:57:35 +0000
committerLars Thegler <lth@FreeBSD.org>2004-12-30 21:57:35 +0000
commite97a376766ff96f2e8ec661393e0f11eebce3f66 (patch)
treef9181ab67bf819d670a5288a197fcbf00c2e4119 /mail
parentMake xbsndsrv exit on pipe read errors. (diff)
Add p5-Net-IMAP-Simple-SSL 1.3, SSL support for Net::IMAP::Simple.
Notes
Notes: svn path=/head/; revision=125565
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/p5-Net-IMAP-Simple-SSL/Makefile26
-rw-r--r--mail/p5-Net-IMAP-Simple-SSL/distinfo2
-rw-r--r--mail/p5-Net-IMAP-Simple-SSL/pkg-descr4
-rw-r--r--mail/p5-Net-IMAP-Simple-SSL/pkg-plist9
5 files changed, 42 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 95118896da29..45baa7c50d36 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -295,6 +295,7 @@
SUBDIR += p5-Mail-Verify
SUBDIR += p5-Mail-Webmail-Gmail
SUBDIR += p5-Net-IMAP-Simple
+ SUBDIR += p5-Net-IMAP-Simple-SSL
SUBDIR += p5-Net-QMTP
SUBDIR += p5-Net-SMTP-Server
SUBDIR += p5-Net-Server-Mail
diff --git a/mail/p5-Net-IMAP-Simple-SSL/Makefile b/mail/p5-Net-IMAP-Simple-SSL/Makefile
new file mode 100644
index 000000000000..767c054d85f7
--- /dev/null
+++ b/mail/p5-Net-IMAP-Simple-SSL/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: mail/p5-Net-IMAP-Simple-SSL
+# Date created: 30 December 2004
+# Whom: Lars Thegler <lth@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-IMAP-Simple-SSL
+PORTVERSION= 1.3
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lth@FreeBSD.org
+COMMENT= SSL support for Net::IMAP::Simple
+
+BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
+ ${SITE_PERL}/Net/IMAP/Simple.pm:${PORTSDIR}/mail/p5-Net-IMAP-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::IMAP::Simple::SSL.3
+
+.include <bsd.port.mk>
diff --git a/mail/p5-Net-IMAP-Simple-SSL/distinfo b/mail/p5-Net-IMAP-Simple-SSL/distinfo
new file mode 100644
index 000000000000..2f1612eef694
--- /dev/null
+++ b/mail/p5-Net-IMAP-Simple-SSL/distinfo
@@ -0,0 +1,2 @@
+MD5 (Net-IMAP-Simple-SSL-1.3.tar.gz) = 86f5e996ff9adadbc849aadc351eca81
+SIZE (Net-IMAP-Simple-SSL-1.3.tar.gz) = 1726
diff --git a/mail/p5-Net-IMAP-Simple-SSL/pkg-descr b/mail/p5-Net-IMAP-Simple-SSL/pkg-descr
new file mode 100644
index 000000000000..3ac8d897e25d
--- /dev/null
+++ b/mail/p5-Net-IMAP-Simple-SSL/pkg-descr
@@ -0,0 +1,4 @@
+This module is a subclass of Net::IMAP::Simple that includes SSL
+support. The interface is identical.
+
+WWW: http://search.cpan.org/dist/Net-IMAP-Simple-SSL
diff --git a/mail/p5-Net-IMAP-Simple-SSL/pkg-plist b/mail/p5-Net-IMAP-Simple-SSL/pkg-plist
new file mode 100644
index 000000000000..91c436a759ad
--- /dev/null
+++ b/mail/p5-Net-IMAP-Simple-SSL/pkg-plist
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/Net/IMAP/Simple/SSL.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IMAP/Simple/SSL/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IMAP/Simple/SSL
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IMAP/Simple 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IMAP 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net/IMAP/Simple 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net/IMAP 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true