diff options
author | lth <lth@FreeBSD.org> | 2004-12-31 05:57:35 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-12-31 05:57:35 +0800 |
commit | 266c1bc7b990e545738cdad719855b67a08ec7f0 (patch) | |
tree | b00a9f0e83ae09f7bfeac59d98bf6b133dc231d3 /mail | |
parent | 3cbdd9f0e024eeb6c2f419f029e4aad940f04ef8 (diff) | |
download | freebsd-ports-gnome-266c1bc7b990e545738cdad719855b67a08ec7f0.tar.gz freebsd-ports-gnome-266c1bc7b990e545738cdad719855b67a08ec7f0.tar.zst freebsd-ports-gnome-266c1bc7b990e545738cdad719855b67a08ec7f0.zip |
Add p5-Net-IMAP-Simple-SSL 1.3, SSL support for Net::IMAP::Simple.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Net-IMAP-Simple-SSL/Makefile | 26 | ||||
-rw-r--r-- | mail/p5-Net-IMAP-Simple-SSL/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Net-IMAP-Simple-SSL/pkg-descr | 4 | ||||
-rw-r--r-- | mail/p5-Net-IMAP-Simple-SSL/pkg-plist | 9 |
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 |