diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-12 12:45:00 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-12 12:45:00 +0000 |
commit | 0dc1b60e2cf3633ea24bb1f5118e8703c3e20044 (patch) | |
tree | cfd56ac20871d9bfa711b9b1f29e47a61134fef9 /devel/p5-SVN-Mirror/Makefile | |
parent | 2f45f924cec9be8ee09ef8c03c3415614237d66a (diff) | |
download | ports-0dc1b60e2cf3633ea24bb1f5118e8703c3e20044.tar.gz ports-0dc1b60e2cf3633ea24bb1f5118e8703c3e20044.zip |
Notes
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} |