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

                       
                      
                 
                                 
                  
 
                                
                                                                        
 
                   
                                    
 
                   


                   
 
                                      
 
                      
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>

PORTNAME=	bundler
PORTVERSION=	2.2.19
PORTEPOCH=	1
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Tool that manages gem dependencies for Ruby applications

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

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/bundle bin/bundler

.include <bsd.port.mk>