pkgsrc/devel/ruby-activestorage52/Makefile
taca 1dfbb77dfe devel/ruby-activestorage52: add version 5.2.2 package
Add ruby-activestorage52 version 5.2.2 package.

# Active Storage

Active Storage makes it simple to upload and reference files in cloud services
like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud
Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure
Storage](https://azure.microsoft.com/en-us/services/storage/), and attach
those files to Active Records.  Supports having one main service and mirrors
in other services for redundancy.  It also provides a disk service for testing
or local deployments, but the focus is on cloud storage.

Files can be uploaded from the server to the cloud or directly from the client
to the cloud.

Image files can furthermore be transformed using on-demand variants for
quality, aspect ratio, size, or any other
[MiniMagick](https://github.com/minimagick/minimagick) supported
transformation.

This is for Ruby on Rails 5.2.
2019-03-03 14:57:04 +00:00

22 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/03/03 14:57:04 taca Exp $
DISTNAME= activestorage-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activestorage${RUBY_RAILS}-${RAILS_VERSION}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Local and cloud file storage framework (part of Rails 5.2)
LICENSE= mit
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-marcel>=0.3.1<0.4:../../devel/ruby-marcel
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= 52
RUBY_RAILS_STRICT_DEP= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"