aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Log4perl/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-03-30 20:17:49 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-03-30 20:17:49 +0000
commite9b85f1e568197d3a59278fa83584c241368a94a (patch)
tree6f965ef1a5a6090d06c74b91de267ec5c4d51dd3 /devel/p5-Log-Log4perl/Makefile
parent0a985306fc6feb69f4e4dfa81426f92960b5e3cc (diff)
downloadports-e9b85f1e568197d3a59278fa83584c241368a94a.tar.gz
ports-e9b85f1e568197d3a59278fa83584c241368a94a.zip
Notes
Diffstat (limited to 'devel/p5-Log-Log4perl/Makefile')
-rw-r--r--devel/p5-Log-Log4perl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile
index 6241133be636..8f177ee870d4 100644
--- a/devel/p5-Log-Log4perl/Makefile
+++ b/devel/p5-Log-Log4perl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Log-Log4perl
-PORTVERSION= 0.42
+PORTVERSION= 0.43
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
@@ -15,12 +15,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
COMMENT= Log4j implementation for Perl
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= Log::Log4perl.3 \
Log::Log4perl::Appender.3 \
Log::Log4perl::Appender::DBI.3 \
Log::Log4perl::Appender::File.3 \
+ Log::Log4perl::Appender::Limit.3 \
Log::Log4perl::Appender::Screen.3 \
Log::Log4perl::Appender::Socket.3 \
Log::Log4perl::Appender::Synchronized.3 \