diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
commit | d60cc03b253bf72e5157ae700d5fe527258a540e (patch) | |
tree | 0c58e3fd05dc63ad22162f4f98794e7852d46b90 /mail/p5-Mail-MboxParser | |
parent | 4cf6611dc57c1a034ee9c9ebcd5c645cf09ccbf9 (diff) | |
download | ports-d60cc03b253bf72e5157ae700d5fe527258a540e.tar.gz ports-d60cc03b253bf72e5157ae700d5fe527258a540e.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-MboxParser')
-rw-r--r-- | mail/p5-Mail-MboxParser/Makefile | 3 |
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} |