aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2003-03-05 20:13:05 +0000
committerAnton Berezin <tobez@FreeBSD.org>2003-03-05 20:13:05 +0000
commit3c77d2087b1f815313d00a661a9f80cef76b37d2 (patch)
treebccabdb6be22f2b19b92b1d64ef64d177bd0fafd /devel/p5-Log-Dispatch/Makefile
parentab9baa1002d5d54acb71b65a34db3703a249996e (diff)
downloadports-3c77d2087b1f815313d00a661a9f80cef76b37d2.tar.gz
ports-3c77d2087b1f815313d00a661a9f80cef76b37d2.zip
Update to 2.03, retire pkg-comment & MAN_PREFIX, make use of SITE_PERL.
Notes
Notes: svn path=/head/; revision=76969
Diffstat (limited to 'devel/p5-Log-Dispatch/Makefile')
-rw-r--r--devel/p5-Log-Dispatch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index d369705775e1..3bcdf97e618a 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= Log-Dispatch
-PORTVERSION= 2.01
+PORTVERSION= 2.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
+COMMENT= A suite of OO modules for logging messages to multiple outputs
-BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_SUBMAKE= yes
@@ -33,7 +34,6 @@ MAN3= Log::Dispatch.3 \
Log::Dispatch::Output.3 \
Log::Dispatch::Screen.3 \
Log::Dispatch::Syslog.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
SCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \
MKDIR="${MKDIR}" \