diff options
author | will <will@FreeBSD.org> | 2001-01-04 07:35:11 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 07:35:11 +0800 |
commit | b88d0cc60f0d92e5ad4e101953862288251a9854 (patch) | |
tree | 9a08da87036be011d2f11194c22c7b7641592c76 /mail/p5-Mail-Box1 | |
parent | 99cfd462822873c81e7c834f12ec4b4e4b4326ba (diff) | |
download | freebsd-ports-gnome-b88d0cc60f0d92e5ad4e101953862288251a9854.tar.gz freebsd-ports-gnome-b88d0cc60f0d92e5ad4e101953862288251a9854.tar.zst freebsd-ports-gnome-b88d0cc60f0d92e5ad4e101953862288251a9854.zip |
Add p5-Mail-Box 0.4, perl module implementing a modern mail-folder
managerat.
Diffstat (limited to 'mail/p5-Mail-Box1')
-rw-r--r-- | mail/p5-Mail-Box1/Makefile | 37 | ||||
-rw-r--r-- | mail/p5-Mail-Box1/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Box1/pkg-comment | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Box1/pkg-descr | 7 | ||||
-rw-r--r-- | mail/p5-Mail-Box1/pkg-plist | 12 |
5 files changed, 58 insertions, 0 deletions
diff --git a/mail/p5-Mail-Box1/Makefile b/mail/p5-Mail-Box1/Makefile new file mode 100644 index 000000000000..403a7da36e22 --- /dev/null +++ b/mail/p5-Mail-Box1/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: Mail-Box +# Date created: Wed Jan 3 12:54:59 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Mail-Box +PORTVERSION= 0.4 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS= ${BUILD_DEPENDS} + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500007 +BROKEN= "Requires Perl 5.6.0 for 'our' keyword" +.endif + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Mail::Box.3 Mail::Box::Tie.3 Mail::Box::Mbox.3 \ + Mail::Box::MH.3 Mail::Box::Manager.3 \ + Mail::Box::Message.3 Mail::Box::Threads.3 \ + Mail::Box::Locker.3 Mail::Box::Index.3 + +.include <bsd.port.post.mk> diff --git a/mail/p5-Mail-Box1/distinfo b/mail/p5-Mail-Box1/distinfo new file mode 100644 index 000000000000..5d3883c0e603 --- /dev/null +++ b/mail/p5-Mail-Box1/distinfo @@ -0,0 +1 @@ +MD5 (Mail-Box-0.4.tar.gz) = 309dfd7da59d41b60aff66318029bd55 diff --git a/mail/p5-Mail-Box1/pkg-comment b/mail/p5-Mail-Box1/pkg-comment new file mode 100644 index 000000000000..41f112d42206 --- /dev/null +++ b/mail/p5-Mail-Box1/pkg-comment @@ -0,0 +1 @@ +Perl module implementing a modern mail-folder managerat diff --git a/mail/p5-Mail-Box1/pkg-descr b/mail/p5-Mail-Box1/pkg-descr new file mode 100644 index 000000000000..629a8af81229 --- /dev/null +++ b/mail/p5-Mail-Box1/pkg-descr @@ -0,0 +1,7 @@ +The Mail::Box folder is a modern mail-folder managerat least on +the moment of this writing) It is written to replace Mail::Folder, +although it interface is different. + +Author: Mark Overmeer <mark@overmeer.net> + +--will diff --git a/mail/p5-Mail-Box1/pkg-plist b/mail/p5-Mail-Box1/pkg-plist new file mode 100644 index 000000000000..fe15f38c8cf9 --- /dev/null +++ b/mail/p5-Mail-Box1/pkg-plist @@ -0,0 +1,12 @@ +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Index.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Locker.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Manager.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Message.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Threads.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Tie.pm +lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Mail/Box/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Mail/Box +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box |