mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
New port: databases/rubygem-postgres_ext
rubygem-postgres_ext adds missing native PostgreSQL data types to ActiveRecord and convenient querying extensions to ActiveRecord and Arel for Rails 4.x WWW: https://github.com/dockyard/postgres_ext
This commit is contained in:
parent
7ed5194625
commit
f0d02459a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415211
@ -911,6 +911,7 @@
|
||||
SUBDIR += rubygem-paranoia
|
||||
SUBDIR += rubygem-pg
|
||||
SUBDIR += rubygem-pg_array_parser
|
||||
SUBDIR += rubygem-postgres_ext
|
||||
SUBDIR += rubygem-rbase
|
||||
SUBDIR += rubygem-redis
|
||||
SUBDIR += rubygem-redis-actionpack
|
||||
|
22
databases/rubygem-postgres_ext/Makefile
Normal file
22
databases/rubygem-postgres_ext/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgres_ext
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= PostgreSQL data types extension for ActiveRecord
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord4>=4.0.0:databases/rubygem-activerecord4 \
|
||||
rubygem-arel6>=4.0.1:databases/rubygem-arel6 \
|
||||
rubygem-pg_array_parser>=0.0.9:databases/rubygem-pg_array_parser
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-postgres_ext/distinfo
Normal file
3
databases/rubygem-postgres_ext/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1463295349
|
||||
SHA256 (rubygem/postgres_ext-3.0.0.gem) = ec311a5550a0ad7a26ca9a3d1aaf3cb0a9a4e75fa49d6a3f6c4d055d1c0e77d1
|
||||
SIZE (rubygem/postgres_ext-3.0.0.gem) = 21504
|
4
databases/rubygem-postgres_ext/pkg-descr
Normal file
4
databases/rubygem-postgres_ext/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
rubygem-postgres_ext adds missing native PostgreSQL data types to ActiveRecord
|
||||
and convenient querying extensions to ActiveRecord and Arel for Rails 4.x
|
||||
|
||||
WWW: https://github.com/dockyard/postgres_ext
|
Loading…
Reference in New Issue
Block a user