mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add p5-Email-Folder-IMAP 1.02, Email::Folder access to IMAP folders.
This commit is contained in:
parent
14ccf95828
commit
a14828a6da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125557
@ -234,6 +234,7 @@
|
||||
SUBDIR += p5-Email-Filter
|
||||
SUBDIR += p5-Email-Find
|
||||
SUBDIR += p5-Email-Folder
|
||||
SUBDIR += p5-Email-Folder-IMAP
|
||||
SUBDIR += p5-Email-FolderType
|
||||
SUBDIR += p5-Email-FolderType-Net
|
||||
SUBDIR += p5-Email-LocalDelivery
|
||||
|
27
mail/p5-Email-Folder-IMAP/Makefile
Normal file
27
mail/p5-Email-Folder-IMAP/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: mail/p5-Email-Folder-IMAP
|
||||
# Date created: 30 December 2004
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Email-Folder-IMAP
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Email
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Email::Folder Access to IMAP Folders
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Email/Folder/Reader.pm:${PORTSDIR}/mail/p5-Email-Folder \
|
||||
${SITE_PERL}/Email/FolderType/Net.pm:${PORTSDIR}/mail/p5-Email-FolderType-Net \
|
||||
${SITE_PERL}/URI/imap.pm:${PORTSDIR}/mail/p5-URI-imap
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Email::Folder::IMAP.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/p5-Email-Folder-IMAP/distinfo
Normal file
2
mail/p5-Email-Folder-IMAP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Email-Folder-IMAP-1.02.tar.gz) = b39583aa7c031a0f9219ec3cbb40a5b7
|
||||
SIZE (Email-Folder-IMAP-1.02.tar.gz) = 2345
|
4
mail/p5-Email-Folder-IMAP/pkg-descr
Normal file
4
mail/p5-Email-Folder-IMAP/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This software adds IMAP functionality to Email::Folder. Its interface
|
||||
is identical to the other Email::Folder::Reader subclasses.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Email-Folder-IMAP
|
7
mail/p5-Email-Folder-IMAP/pkg-plist
Normal file
7
mail/p5-Email-Folder-IMAP/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Email/Folder/IMAP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Folder/IMAP/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Folder/IMAP
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Folder 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Email/Folder 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user