diff options
Diffstat (limited to 'devel/p5-SVN-Mirror/Makefile')
-rw-r--r-- | devel/p5-SVN-Mirror/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile index ead568107437..3a10f4f61539 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SVN-Mirror -PORTVERSION= 0.43 +PORTVERSION= 0.47 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO @@ -18,6 +18,7 @@ COMMENT= Mirror remote subversion repository to local BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \ + ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP \ ${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple RUN_DEPENDS= ${BUILD_DEPENDS} |