freebsd-ports/www/rubygem-carrierwave/Makefile
Sunpoet Po-Chuan Hsieh b3ddcc6fa2 - Add LICENSE
- Sort RUN_DEPENDS
- Remove contiguous blank lines
2013-12-31 10:09:32 +00:00

21 lines
509 B
Makefile

# $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>