diff options
Diffstat (limited to 'devel/p5-Pod-Coverage')
-rw-r--r-- | devel/p5-Pod-Coverage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Pod-Coverage/Makefile b/devel/p5-Pod-Coverage/Makefile index c4d6cc454253..c9b322840aa9 100644 --- a/devel/p5-Pod-Coverage/Makefile +++ b/devel/p5-Pod-Coverage/Makefile @@ -7,6 +7,7 @@ PORTNAME= Pod-Coverage PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= devel textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod @@ -16,7 +17,7 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Checks if the documentation of a module is comprehensive BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser \ +RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump PERL_MODBUILD= yes |