Files

21 lines
511 B
Makefile
Raw Permalink Normal View History

2016-05-15 06:59:11 +00:00
PORTNAME= postgres_ext
2018-04-16 18:34:12 +00:00
PORTVERSION= 3.0.1
2016-05-15 06:59:11 +00:00
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= PostgreSQL data types extension for ActiveRecord
2022-09-07 23:06:12 +02:00
WWW= https://github.com/dockyard/postgres_ext
2016-05-15 06:59:11 +00:00
LICENSE= MIT
2018-04-16 18:34:12 +00:00
LICENSE_FILE= ${WRKSRC}/LICENSE
2016-05-15 06:59:11 +00:00
2018-04-16 18:34:12 +00:00
RUN_DEPENDS= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4 \
2016-05-15 06:59:11 +00:00
rubygem-arel6>=4.0.1:databases/rubygem-arel6 \
rubygem-pg_array_parser>=0.0.9:databases/rubygem-pg_array_parser
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>