blob: fdf9a227d714a4e844e2f23564c22375b0205229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= carrierwave
PORTVERSION= 1.3.1
PORTREVISION= 2
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-activemodel60>=4.0.0:databases/rubygem-activemodel60 \
rubygem-activesupport60>=4.0.0:devel/rubygem-activesupport60 \
rubygem-mime-types>=1.16:misc/rubygem-mime-types
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|