freebsd-ports/www/rubygem-carrierwave/Makefile

22 lines
509 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= carrierwave
PORTVERSION= 0.9.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-activemodel>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel \
rubygem-activesupport>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-json>=1.7:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>