aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Net-IMAP-Simple
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-12-30 16:55:56 +0000
committerLars Thegler <lth@FreeBSD.org>2004-12-30 16:55:56 +0000
commit68529f25bfdecc660a4848d27874a0fc3e1e74f7 (patch)
tree7bc2defc306ad8f5a450437103988cc409c69ff7 /mail/p5-Net-IMAP-Simple
parent5a45448b2c376c12e5ba7bf197ad1145873f16ba (diff)
downloadports-68529f25bfdecc660a4848d27874a0fc3e1e74f7.tar.gz
ports-68529f25bfdecc660a4848d27874a0fc3e1e74f7.zip
Add p5-Net-IMAP-Simple 0.95, Perl extension for simple IMAP account
handling.
Notes
Notes: svn path=/head/; revision=125537
Diffstat (limited to 'mail/p5-Net-IMAP-Simple')
-rw-r--r--mail/p5-Net-IMAP-Simple/Makefile22
-rw-r--r--mail/p5-Net-IMAP-Simple/distinfo2
-rw-r--r--mail/p5-Net-IMAP-Simple/pkg-descr3
-rw-r--r--mail/p5-Net-IMAP-Simple/pkg-plist7
4 files changed, 34 insertions, 0 deletions
diff --git a/mail/p5-Net-IMAP-Simple/Makefile b/mail/p5-Net-IMAP-Simple/Makefile
new file mode 100644
index 000000000000..bc0d5c340e21
--- /dev/null
+++ b/mail/p5-Net-IMAP-Simple/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: mail/p5-Net-IMAP-Simple
+# Date created: 30 December 2004
+# Whom: Lars Thegler <lth@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-IMAP-Simple
+PORTVERSION= 0.95
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lth@FreeBSD.org
+COMMENT= Perl extension for simple IMAP account handling
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::IMAP::Simple.3
+
+.include <bsd.port.mk>
diff --git a/mail/p5-Net-IMAP-Simple/distinfo b/mail/p5-Net-IMAP-Simple/distinfo
new file mode 100644
index 000000000000..1544c6a6bbd9
--- /dev/null
+++ b/mail/p5-Net-IMAP-Simple/distinfo
@@ -0,0 +1,2 @@
+MD5 (Net-IMAP-Simple-0.95.tar.gz) = 8ea3b099c5755237377dbcf13c0513c9
+SIZE (Net-IMAP-Simple-0.95.tar.gz) = 5605
diff --git a/mail/p5-Net-IMAP-Simple/pkg-descr b/mail/p5-Net-IMAP-Simple/pkg-descr
new file mode 100644
index 000000000000..f28f0cb5b723
--- /dev/null
+++ b/mail/p5-Net-IMAP-Simple/pkg-descr
@@ -0,0 +1,3 @@
+This module is a simple way to access IMAP accounts.
+
+WWW: http://search.cpan.org/dist/Net-IMAP-Simple
diff --git a/mail/p5-Net-IMAP-Simple/pkg-plist b/mail/p5-Net-IMAP-Simple/pkg-plist
new file mode 100644
index 000000000000..6c3c0a9a7e8e
--- /dev/null
+++ b/mail/p5-Net-IMAP-Simple/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Net/IMAP/Simple.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IMAP/Simple/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IMAP/Simple
+@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 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true