summaryrefslogtreecommitdiffstats
path: root/devel/p5-SVN-Notify-Mirror/Makefile
blob: f21d96bc12a9ec56404379d079535cb6eb435b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$

PORTNAME=	SVN-Notify-Mirror
PORTVERSION=	0.040
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Keep a mirrored working copy of a repository path

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-SVN-Notify>=2.83:devel/p5-SVN-Notify \
		p5-YAML>=0.81:textproc/p5-YAML
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	modbuild

OPTIONS_DEFINE=	CONFIG SSH RSYNC

CONFIG_DESC=	Enable YAML syntax for post-commit hook
SSH_DESC=	Enable SSH for remote working copy update
RSYNC_DESC=	Enable rsync for remote working copy update

CONFIG_BUILD_DEPENDS=	p5-SVN-Notify-Config>=0.0906:devel/p5-SVN-Notify-Config
CONFIG_RUN_DEPENDS=	p5-SVN-Notify-Config>=0.0906:devel/p5-SVN-Notify-Config
RSYNC_BUILD_DEPENDS=	p5-File-Rsync>=0.42:net/p5-File-Rsync
RSYNC_RUN_DEPENDS=	p5-File-Rsync>=0.42:net/p5-File-Rsync
SSH_BUILD_DEPENDS=	p5-Net-SSH>=0.08:net/p5-Net-SSH
SSH_RUN_DEPENDS=	p5-Net-SSH>=0.08:net/p5-Net-SSH

.include <bsd.port.mk>
OpenPOWER on IntegriCloud