2003-08-31 20:31:34 +00:00
|
|
|
# New ports collection makefile for: p5-Email-Folder
|
|
|
|
# Date created: August 31 2003
|
|
|
|
# Whom: Lars Thegler <lars@thegler.dk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Email-Folder
|
2007-03-25 19:37:30 +00:00
|
|
|
PORTVERSION= 0.85.3
|
2003-08-31 20:31:34 +00:00
|
|
|
CATEGORIES= mail perl5
|
2006-08-05 10:28:27 +00:00
|
|
|
MASTER_SITES= CPAN
|
2003-08-31 20:31:34 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
2007-03-25 19:37:30 +00:00
|
|
|
DISTNAME= ${PORTNAME}-0.853
|
2003-08-31 20:31:34 +00:00
|
|
|
|
2004-06-01 12:32:33 +00:00
|
|
|
MAINTAINER= lth@FreeBSD.org
|
2003-08-31 20:31:34 +00:00
|
|
|
COMMENT= Read all the messages from a folder as Email::Simple objects
|
|
|
|
|
2006-08-05 10:28:27 +00:00
|
|
|
RUN_DEPENDS= p5-Email-Simple>0:${PORTSDIR}/mail/p5-Email-Simple \
|
|
|
|
p5-Email-FolderType>=0.6:${PORTSDIR}/mail/p5-Email-FolderType
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-08-31 20:31:34 +00:00
|
|
|
|
2006-08-05 10:28:27 +00:00
|
|
|
PERL_CONFIGURE= yes
|
2003-08-31 20:31:34 +00:00
|
|
|
|
|
|
|
MAN3= Email::Folder.3 \
|
2004-12-18 23:17:00 +00:00
|
|
|
Email::Folder::MH.3 \
|
2003-08-31 20:31:34 +00:00
|
|
|
Email::Folder::Maildir.3 \
|
|
|
|
Email::Folder::Mbox.3 \
|
|
|
|
Email::Folder::Reader.3
|
|
|
|
|
2007-03-25 19:37:30 +00:00
|
|
|
.include <bsd.port.mk>
|