freebsd-ports/devel/rubygem-local_time/Makefile
Sunpoet Po-Chuan Hsieh 05874dcfe6 Add rubygem-local_time 1.0.3
Local Time is a Rails engine with helpers and JavaScript for displaying times
and dates to users in their local time. The helpers render a <time> element and
the JavaScript swoops in to convert and format. The helper output is ideal for
caching since it's always in UTC time.

WWW: https://github.com/basecamp/local_time
2017-04-27 07:02:31 +00:00

21 lines
426 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= local_time
PORTVERSION= 1.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rails engine for cache-friendly, client-side local time
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-coffee-rails4>=0:devel/rubygem-coffee-rails4
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>