mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
20 lines
429 B
Makefile
20 lines
429 B
Makefile
PORTNAME= local_time
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Rails engine for cache-friendly, client-side local time
|
|
WWW= https://github.com/basecamp/local_time
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-coffee-rails-rails5>=0:devel/rubygem-coffee-rails-rails5
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|