diff options
author | tobez <tobez@FreeBSD.org> | 2002-07-01 12:51:07 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-07-01 12:51:07 +0800 |
commit | a1b30aa2d868ea6f7b0909cf3e6ebcef1e30ce82 (patch) | |
tree | 8e7578f8256baf16324c8b17878304bb48ca9839 /devel/p5-Log-Dispatch/Makefile | |
parent | 55c9bdee79ee07df021daa3dd0cae8a87e989770 (diff) | |
download | freebsd-ports-graphics-a1b30aa2d868ea6f7b0909cf3e6ebcef1e30ce82.tar.gz freebsd-ports-graphics-a1b30aa2d868ea6f7b0909cf3e6ebcef1e30ce82.tar.zst freebsd-ports-graphics-a1b30aa2d868ea6f7b0909cf3e6ebcef1e30ce82.zip |
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 2033c0ebb53..bf9dd77e7eb 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 \ |