Changes: https://github.com/basecamp/local_time/blob/main/CHANGELOG.md https://github.com/basecamp/local_time/commits/main
21 lines
429 B
Makefile
21 lines
429 B
Makefile
PORTNAME= local_time
|
|
PORTVERSION= 3.0.3
|
|
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>
|