mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asset_sync
|
|
PORTVERSION= 2.12.1
|
|
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
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|