1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/svk/Makefile
Pav Lucistnik 75ff8591bb - Move to better category
devel/p5-Encode -> converters/p5-Encode
  devel/p5-Encode-compat -> converters/p5-Encode-compat

PR:		ports/97644
Submitted by:	Rong-En Fan <rafan@infor.org> (maintainer)
2006-05-27 17:51:11 +00:00

132 lines
4.0 KiB
Makefile

# New ports collection makefile for: devel/svk
# Date created: Mar 15 2004
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= svk
PORTVERSION= 1.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
DISTNAME= SVK-${PORTVERSION}
MAINTAINER= rafan@infor.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/Annotate.pm:${PORTSDIR}/devel/p5-Algorithm-Annotate \
${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
p5-Class-Autouse>=1.15:${PORTSDIR}/devel/p5-Class-Autouse \
${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
p5-Data-Hierarchy>=0.21:${PORTSDIR}/devel/p5-Data-Hierarchy \
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/File/Type.pm:${PORTSDIR}/devel/p5-File-Type \
${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
${SITE_PERL}/IO/Digest.pm:${PORTSDIR}/devel/p5-IO-Digest \
${SITE_PERL}/IO/Pager.pm:${PORTSDIR}/devel/p5-IO-Pager \
${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-PerlIO-eol>=0.13:${PORTSDIR}/devel/p5-PerlIO-eol \
p5-PerlIO-via-dynamic>=0.11:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \
p5-PerlIO-via-symlink>=0.02:${PORTSDIR}/devel/p5-PerlIO-via-symlink \
${SITE_PERL}/Pod/Escapes.pm:${PORTSDIR}/textproc/p5-Pod-Escapes \
${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \
${SITE_PERL}/Regexp/Shellish.pm:${PORTSDIR}/devel/p5-Regexp-Shellish \
p5-SVN-Simple>=0.27:${PORTSDIR}/devel/p5-SVN-Simple \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
p5-YAML>=0.38:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= svk.1
MAN3= SVK.3 \
SVK::Command.3 \
SVK::Command::Add.3 \
SVK::Command::Admin.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::Describe.3 \
SVK::Command::Diff.3 \
SVK::Command::Help.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::Move.3 \
SVK::Command::Patch.3 \
SVK::Command::Propdel.3 \
SVK::Command::Propedit.3 \
SVK::Command::Propget.3 \
SVK::Command::Proplist.3 \
SVK::Command::Propset.3 \
SVK::Command::Pull.3 \
SVK::Command::Push.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::Command::Verify.3 \
SVK::Editor::Combine.3 \
SVK::Editor::Diff.3 \
SVK::Editor::Merge.3 \
SVK::Editor::Patch.3 \
SVK::Editor::Rename.3 \
SVK::Editor::Translate.3 \
SVK::Editor::XD.3 \
SVK::Help::Environment.3 \
SVK::Help::Index.3 \
SVK::Help::Intro.3 \
SVK::Help::zh_cn::Index.3 \
SVK::Help::zh_tw::Index.3 \
SVK::Merge.3 \
SVK::Notify.3 \
SVK::Patch.3 \
SVK::Resolve.3 \
SVK::Target.3 \
SVK::Target::Universal.3 \
SVK::Util.3 \
SVK::Version.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
.if ${PERL_LEVEL} < 500807
BUILD_DEPENDS+= p5-Encode>=2.10:${PORTSDIR}/converters/p5-Encode
RUN_DEPENDS+= p5-Encode>=2.10:${PORTSDIR}/converters/p5-Encode
.endif
pre-everything::
@${ECHO} ""
@${ECHO} "If you see some missing dependency, please update your"
@${ECHO} "ports tree and upgrade it with 'portupgrade -R svk'."
@${ECHO} ""
post-install:
@${ECHO}
@${CAT} ${PKGMESSAGE}
@${ECHO}
.include <bsd.port.post.mk>