diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-03-05 20:13:05 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-03-05 20:13:05 +0000 |
commit | 3c77d2087b1f815313d00a661a9f80cef76b37d2 (patch) | |
tree | bccabdb6be22f2b19b92b1d64ef64d177bd0fafd /devel/p5-Log-Dispatch/Makefile | |
parent | ab9baa1002d5d54acb71b65a34db3703a249996e (diff) |
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch/Makefile')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 6 |
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}" \ |