summaryrefslogtreecommitdiff
path: root/databases/rubygem-postgres_ext/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-05-15 06:59:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-05-15 06:59:11 +0000
commitf0d02459a48e90c5d458eed15fb3813f47f44178 (patch)
tree222f6e0465c81cfeef57a0eb2385059c4ad7ca2a /databases/rubygem-postgres_ext/Makefile
parentNew port: databases/rubygem-pg_array_parser (diff)
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
Diffstat (limited to 'databases/rubygem-postgres_ext/Makefile')
-rw-r--r--databases/rubygem-postgres_ext/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/rubygem-postgres_ext/Makefile b/databases/rubygem-postgres_ext/Makefile
new file mode 100644
index 000000000000..4468798d3890
--- /dev/null
+++ b/databases/rubygem-postgres_ext/Makefile
@@ -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>