freebsd-ports/www/rubygem-carrierwave/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
480 B
Makefile

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>