22 lines
514 B
Makefile
22 lines
514 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= carrierwave
|
|
PORTVERSION= 0.11.0
|
|
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>=3.2.0:databases/rubygem-activemodel4 \
|
|
rubygem-activesupport4>=3.2.0:devel/rubygem-activesupport4 \
|
|
rubygem-json>=1.7:devel/rubygem-json \
|
|
rubygem-mime-types>=1.16:misc/rubygem-mime-types
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|