freebsd-ports/www/rubygem-rails-settings-cached/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
329 B
Makefile

PORTNAME= rails-settings-cached
PORTVERSION= 0.7.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rails settings plugin for easily managing key-value pairs table
LICENSE= MIT
RUN_DEPENDS= rubygem-rails4>=4.2.0:www/rubygem-rails4
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>