databases/rubygem-scenic61: New port
This gem is an ActiveModel Serializer implementation with Rails hooks. It provides a means to generate JSON in an object-oriented and convention-driven manner. Sponsored by: Nepustil
This commit is contained in:
parent
2ee5b5663e
commit
321a0498c1
4 changed files with 29 additions and 0 deletions
|
@ -1005,6 +1005,7 @@
|
|||
SUBDIR += rubygem-redis-namespace18
|
||||
SUBDIR += rubygem-redis4
|
||||
SUBDIR += rubygem-sdbm
|
||||
SUBDIR += rubygem-scenic61
|
||||
SUBDIR += rubygem-seed-fu
|
||||
SUBDIR += rubygem-sqlite3
|
||||
SUBDIR += rubygem-sqlite3-ruby
|
||||
|
|
22
databases/rubygem-scenic61/Makefile
Normal file
22
databases/rubygem-scenic61/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
PORTNAME= scenic
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 61
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Adds methods to ActiveRecord::Migration to create and manage database views in Rails
|
||||
WWW= https://github.com/scenic-views/scenic
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord61>=4.0.0:databases/rubygem-activerecord61 \
|
||||
rubygem-railties61>=4.0.0:www/rubygem-railties61
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-scenic61/distinfo
Normal file
3
databases/rubygem-scenic61/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1668886481
|
||||
SHA256 (rubygem/scenic-1.6.0.gem) = 05713df53f0036a4da94188ded7ff68c35c2baed8960513adbab45478b238132
|
||||
SIZE (rubygem/scenic-1.6.0.gem) = 38400
|
3
databases/rubygem-scenic61/pkg-descr
Normal file
3
databases/rubygem-scenic61/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This gem is an ActiveModel Serializer implementation with Rails hooks.
|
||||
It provides a means to generate JSON in an object-oriented and
|
||||
convention-driven manner.
|
Loading…
Reference in a new issue