1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add p5-Email-Folder-POP3 1.01, Email::Folder access to POP3 folders.

This commit is contained in:
Lars Thegler 2005-10-11 09:36:25 +00:00
parent 73091ff5f6
commit 318d225ff2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144917
5 changed files with 43 additions and 0 deletions

View File

@ -262,6 +262,7 @@
SUBDIR += p5-Email-Folder
SUBDIR += p5-Email-Folder-IMAP
SUBDIR += p5-Email-Folder-IMAPS
SUBDIR += p5-Email-Folder-POP3
SUBDIR += p5-Email-FolderType
SUBDIR += p5-Email-FolderType-Net
SUBDIR += p5-Email-LocalDelivery

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: mail/p5-Email-Folder-POP3
# Date created: 11 October 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Email-Folder-POP3
PORTVERSION= 1.01
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Email::Folder access to POP3 folders
BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Email/FolderType/Net.pm:${PORTSDIR}/mail/p5-Email-FolderType-Net \
${SITE_PERL}/Email/Folder.pm:${PORTSDIR}/mail/p5-Email-Folder \
${SITE_PERL}/Net/POP3.pm:${PORTSDIR}/net/p5-Net
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Email::Folder::POP3.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Email-Folder-POP3-1.01.tar.gz) = 7671212bb0f13506890fe7f9ef3f3fe4
SIZE (Email-Folder-POP3-1.01.tar.gz) = 2153

View File

@ -0,0 +1,5 @@
This software adds POP3 functionality to Email::Folder.
Its interface is identical to the other
Email::Folder::Reader subclasses.
WWW: http://search.cpan.org/dist/Email-Folder-POP3/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Email/Folder/POP3.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Folder/POP3/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Folder/POP3
@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