blob: fda2296047c3b9dbec728911f977b22f3d5f32dc (
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
|
PORTNAME= Giovanni
PORTVERSION= 1.12
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NORBU
PKGNAMEPREFIX= p5-
MAINTAINER= dch@FreeBSD.org
COMMENT= PERL-based software deployment tool inspired by capistrano
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Config-GitLike>=0:devel/p5-Config-GitLike \
p5-Expect>=0:lang/p5-Expect \
p5-Git-Repository>=0:devel/p5-Git-Repository \
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
p5-libwww>=0:www/p5-libwww \
p5-Mouse>=0:devel/p5-Mouse \
p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|