aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-carrierwave/Makefile
blob: fc4024a3682a4b4cab1ee67ce73247c8b14ff4b9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                           
                     





                                                                                      

                   

                                                                            
                                                                
 
                   
                   
                   
 
                      
# $FreeBSD$

PORTNAME=	carrierwave
PORTVERSION=	1.2.3
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Upload files, map them to a range of ORMs, store on different backends

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activemodel4>=4.0.0:databases/rubygem-activemodel4 \
		rubygem-activesupport4>=4.0.0:devel/rubygem-activesupport4 \
		rubygem-mime-types>=1.16:misc/rubygem-mime-types

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>