diff options
Diffstat (limited to 'devel/p5-Log-Dispatch-FileRotate/Makefile')
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Log-Dispatch-FileRotate/Makefile b/devel/p5-Log-Dispatch-FileRotate/Makefile index 1629640ea03b..a94d82349c7b 100644 --- a/devel/p5-Log-Dispatch-FileRotate/Makefile +++ b/devel/p5-Log-Dispatch-FileRotate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log-Dispatch-FileRotate -PORTVERSION= 1.11 +PORTVERSION= 1.13 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log @@ -15,13 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= A Log::Dispatch plug-in for files that archive/rotate themselves -BUILD_DEPENDS= ${PM_DEPENDS} -RUN_DEPENDS= ${PM_DEPENDS} - -PM_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch -PM_DEPENDS+= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip -PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate -PM_DEPENDS+= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl +BUILD_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ + ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |