diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-07-01 04:51:07 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-07-01 04:51:07 +0000 |
commit | 959e40478b87e9503eb7b9383472dfa2b61f57c8 (patch) | |
tree | 0de0d293a1f063b46a0cfbc5e8f3b0141ee3214e /devel/p5-Log-Dispatch/Makefile | |
parent | Update to 1.07. (diff) |
Update to 2.01.
Diffstat (limited to 'devel/p5-Log-Dispatch/Makefile')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 2033c0ebb535..bf9dd77e7eb1 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log-Dispatch -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org +BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} USE_SUBMAKE= yes @@ -25,6 +26,7 @@ MAN3= Log::Dispatch.3 \ Log::Dispatch::Email.3 \ Log::Dispatch::Email::MIMELite.3 \ Log::Dispatch::Email::MailSend.3 \ + Log::Dispatch::Email::MailSender.3 \ Log::Dispatch::Email::MailSendmail.3 \ Log::Dispatch::File.3 \ Log::Dispatch::Handle.3 \ |