mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/rubygem-microscope: Add rubygem-microscope 1.1.1
Microscope adds useful scopes targeting ActiveRecord boolean, date and datetime attributes.
This commit is contained in:
parent
75abab400d
commit
be96f1b09f
4 changed files with 26 additions and 0 deletions
|
@ -965,6 +965,7 @@
|
||||||
SUBDIR += rubygem-mario-redis-lock
|
SUBDIR += rubygem-mario-redis-lock
|
||||||
SUBDIR += rubygem-memcache
|
SUBDIR += rubygem-memcache
|
||||||
SUBDIR += rubygem-memcache-client
|
SUBDIR += rubygem-memcache-client
|
||||||
|
SUBDIR += rubygem-microscope
|
||||||
SUBDIR += rubygem-mysql
|
SUBDIR += rubygem-mysql
|
||||||
SUBDIR += rubygem-mysql2
|
SUBDIR += rubygem-mysql2
|
||||||
SUBDIR += rubygem-neighbor
|
SUBDIR += rubygem-neighbor
|
||||||
|
|
20
databases/rubygem-microscope/Makefile
Normal file
20
databases/rubygem-microscope/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
PORTNAME= microscope
|
||||||
|
PORTVERSION= 1.1.1
|
||||||
|
CATEGORIES= databases rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Add useful scopes targeting ActiveRecord boolean and datetime attributes
|
||||||
|
WWW= https://github.com/mirego/microscope
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-activerecord71>=4.1.0:databases/rubygem-activerecord71 \
|
||||||
|
rubygem-activesupport71>=4.1.0:devel/rubygem-activesupport71
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
databases/rubygem-microscope/distinfo
Normal file
3
databases/rubygem-microscope/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1714227798
|
||||||
|
SHA256 (rubygem/microscope-1.1.1.gem) = a6239b41f302fa4037607208acc912d1c728781e03f7657ce0d3fcd63d2e88e8
|
||||||
|
SIZE (rubygem/microscope-1.1.1.gem) = 14848
|
2
databases/rubygem-microscope/pkg-descr
Normal file
2
databases/rubygem-microscope/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Microscope adds useful scopes targeting ActiveRecord boolean, date and datetime
|
||||||
|
attributes.
|
Loading…
Add table
Reference in a new issue