aboutsummaryrefslogblamecommitdiff
path: root/sysutils/rubygem-capistrano/Makefile
blob: a9d3c0ef31eac3f8f7720db65af8be3dc5dae4c6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                          
                      
                                 
                  
 
                                
                                                                               
                                                        
 
                   
                                     
 
                                                                     


                                                             
 
                   

                   
 
                                  
 
                      
PORTNAME=	capistrano
PORTVERSION=	3.17.2
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Utility for executing commands in parallel on multiple machines
WWW=		https://github.com/capistrano/capistrano

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-airbrussh>=1.0.0:security/rubygem-airbrussh \
		rubygem-i18n>=0:devel/rubygem-i18n \
		rubygem-rake>=10.0.0:devel/rubygem-rake \
		rubygem-sshkit>=1.9.0:security/rubygem-sshkit

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/cap bin/capify

.include <bsd.port.mk>