aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-MboxParser
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2010-01-27 09:47:48 +0800
committerkuriyama <kuriyama@FreeBSD.org>2010-01-27 09:47:48 +0800
commit9c1522b79dcc8b8a724f80636fdc2de97df51cd8 (patch)
tree3f4c11721abe1273bfb5891c4df75a81d0365e06 /mail/p5-Mail-MboxParser
parentf48abe54206eb6d48a001af1809ace7a9b6bcf62 (diff)
downloadfreebsd-ports-gnome-9c1522b79dcc8b8a724f80636fdc2de97df51cd8.tar.gz
freebsd-ports-gnome-9c1522b79dcc8b8a724f80636fdc2de97df51cd8.tar.zst
freebsd-ports-gnome-9c1522b79dcc8b8a724f80636fdc2de97df51cd8.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 10). Approved by: portmgr (itetcu)
Diffstat (limited to 'mail/p5-Mail-MboxParser')
-rw-r--r--mail/p5-Mail-MboxParser/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/p5-Mail-MboxParser/Makefile b/mail/p5-Mail-MboxParser/Makefile
index f2abe093fbc0..c1012f14ae90 100644
--- a/mail/p5-Mail-MboxParser/Makefile
+++ b/mail/p5-Mail-MboxParser/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Mail-MboxParser
PORTVERSION= 0.55
+PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,8 +16,6 @@ MAINTAINER= demon@FreeBSD.org
COMMENT= A module for working with UNIX-flavoured mailboxes
BUILD_DEPENDS= ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
- ${SITE_PERL}//${PERL_ARCH}/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
- ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
RUN_DEPENDS= ${BUILD_DEPENDS}