21 lines
472 B
Makefile
21 lines
472 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= carrierwave
|
|
PORTVERSION= 1.2.1
|
|
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>
|