diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-30 14:29:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-30 14:29:51 +0000 |
commit | ae9e6e3e9c9ff9ed5a2afed625b351039f0f33a8 (patch) | |
tree | cdba1527a27d2847be31993e700e972a169e807b /mail/p5-ZConf-Mail/Makefile | |
parent | 89d12534d8d49608b1cddb33b3002e4e34933413 (diff) |
Notes
Diffstat (limited to 'mail/p5-ZConf-Mail/Makefile')
-rw-r--r-- | mail/p5-ZConf-Mail/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/p5-ZConf-Mail/Makefile b/mail/p5-ZConf-Mail/Makefile index cca3512ff234..42f81f6cdb75 100644 --- a/mail/p5-ZConf-Mail/Makefile +++ b/mail/p5-ZConf-Mail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ZConf-Mail -PORTVERSION= 1.1.0 +PORTVERSION= 1.4.0 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX @@ -30,7 +30,10 @@ RUN_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ ${SITE_PERL}/Email/Date.pm:${PORTSDIR}/mail/p5-Email-Date \ ${SITE_PERL}/mach/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/Mail/Cache.pm:${PORTSDIR}/mail/p5-Mail-Cache \ + ${SITE_PERL}/Mail/IMAPTalk/MailCache.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk-MailCache \ + ${SITE_PERL}/Text/SpellChecker/GUI.pm:${PORTSDIR}/textproc/p5-Text-SpellChecker-GUI PERL_CONFIGURE= yes |