forked from Lainports/freebsd-ports
Asset Sync is built to run with the new Rails Asset Pipeline feature introduced in Rails 3.1. After you run bundle exec rake assets:precompile your assets will be synchronised to your S3 bucket, optionally deleting unused files and only uploading the files it needs to. This was initially built and is intended to work on Heroku but can work on any platform. WWW: https://github.com/AssetSync/asset_sync
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asset_sync
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Synchronizes Assets between Rails and S3
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activemodel4>=4.1.0:databases/rubygem-activemodel4 \
|
|
rubygem-fog-core>=0:devel/rubygem-fog-core \
|
|
rubygem-mime-types>=2.99:misc/rubygem-mime-types \
|
|
rubygem-unf>=0:textproc/rubygem-unf
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|