opnsense-ports/databases/rubygem-postgres_ext/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
511 B
Makefile

PORTNAME= postgres_ext
PORTVERSION= 3.0.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= PostgreSQL data types extension for ActiveRecord
WWW= https://github.com/dockyard/postgres_ext
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activerecord4>=4.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
USES= gem
.include <bsd.port.mk>