mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
cf118ccf87
Reported by: lwhsu
30 lines
677 B
Makefile
30 lines
677 B
Makefile
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>
|