1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/pushmi/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

41 lines
1.2 KiB
Makefile

# New ports collection makefile for: pushmi
# Date created: Dec 29 2006
# Whom: Rong-En Fan <rafan@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pushmi
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
DISTNAME= Pushmi-v${PORTVERSION}
MAINTAINER= rafan@FreeBSD.org
COMMENT= Subversion repository replication tool
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \
p5-App-CLI>=0.06:${PORTSDIR}/devel/p5-App-CLI \
p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \
p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck \
p5-version>=0:${PORTSDIR}/devel/p5-version \
svk>=2.0.0:${PORTSDIR}/devel/svk
BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 \
p5-RunApp>=0.13:${PORTSDIR}/devel/p5-RunApp \
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
mod_perl2>=0:${PORTSDIR}/www/mod_perl2
PERL_CONFIGURE= yes
MAN3= Pushmi.3 \
Pushmi::Command::Mirror.3 \
Pushmi::Command::Runhook.3 \
Pushmi::Command::Sync.3 \
Pushmi::Command::Verify.3
.include <bsd.port.mk>