1df5f58db4
Made portlint happy.
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= carrierwave
|
|
PORTVERSION= 1.3.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-activemodel50>=4.0.0:databases/rubygem-activemodel50 \
|
|
rubygem-activesupport50>=4.0.0:devel/rubygem-activesupport50 \
|
|
rubygem-mime-types>=1.16:misc/rubygem-mime-types
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|