opnsense-ports/www/rubygem-carrierwave/Makefile
Franco Fichtner c79f8692b5 */*: sync with upstream
Taken from: HardenedBSD
2018-08-02 12:49:13 +02:00

21 lines
472 B
Makefile

# $FreeBSD$
PORTNAME= carrierwave
PORTVERSION= 1.2.3
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>