diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-03-16 16:57:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-03-16 16:57:20 +0000 |
commit | 46a7e08a5753d25b2c1a8d6e55dc599efa886304 (patch) | |
tree | 9dba1bfbdea1148497b8d972d31b40ff7551fd3d /devel/svk/Makefile | |
parent | b9e620e41d7b2f35bb4329e406ea531ef93727aa (diff) | |
download | ports-46a7e08a5753d25b2c1a8d6e55dc599efa886304.tar.gz ports-46a7e08a5753d25b2c1a8d6e55dc599efa886304.zip |
Notes
Diffstat (limited to 'devel/svk/Makefile')
-rw-r--r-- | devel/svk/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/devel/svk/Makefile b/devel/svk/Makefile new file mode 100644 index 000000000000..0215a136bc8f --- /dev/null +++ b/devel/svk/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: devel/svk +# Date created: Mar 15 2004 +# Whom: Autrijus Tang <autrijus@autrijus.org> +# +# $FreeBSD$ +# + +PORTNAME= svk +PORTVERSION= 0.11 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO +DISTNAME= SVK-${PORTVERSION} + +MAINTAINER= autrijus@autrijus.org +COMMENT= A Distributed Version Control System + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ + ${SITE_PERL}/SVN/Mirror.pm:${PORTSDIR}/devel/p5-SVN-Mirror \ + ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ + ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ + ${SITE_PERL}/Data/Hierarchy.pm:${PORTSDIR}/devel/p5-Data-Hierarchy \ + ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ + ${SITE_PERL}/PerlIO/via/dynamic.pm:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \ + ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \ + ${SITE_PERL}/Regexp/Shellish.pm:${PORTSDIR}/devel/p5-Regexp-Shellish \ + ${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple \ + ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \ + ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= svk.1 +MAN3= SVK.3 SVK::CombineEditor.3 SVK::Command::Add.3 SVK::Command::Annotate.3 SVK::Command::Cat.3 SVK::Command::Checkout.3 SVK::Command::Cleanup.3 SVK::Command::Cmerge.3 SVK::Command::Commit.3 SVK::Command::Copy.3 SVK::Command::Delete.3 SVK::Command::Depotmap.3 SVK::Command::Diff.3 SVK::Command::Import.3 SVK::Command::Info.3 SVK::Command::List.3 SVK::Command::Log.3 SVK::Command::Merge.3 SVK::Command::Mirror.3 SVK::Command::Mkdir.3 SVK::Command::Propedit.3 SVK::Command::Proplist.3 SVK::Command::Propset.3 SVK::Command::Resolved.3 SVK::Command::Revert.3 SVK::Command::Smerge.3 SVK::Command::Status.3 SVK::Command::Switch.3 SVK::Command::Sync.3 SVK::Command::Update.3 SVK::DiffEditor.3 SVK::MergeEditor.3 SVK::XD.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= This program only support perl 5.8.0 or above +.endif + +.include <bsd.port.post.mk> |