1b279c100b
more easily contribute to their maintenance.
21 lines
361 B
Makefile
21 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rails-settings-cached
|
|
PORTVERSION= 0.6.6
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rails settings plugin for easily managing key-value pairs table
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rails5>=0:www/rubygem-rails5
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|