ports/databases/rubygem-arel-helpers/Makefile
Antoine Brodin 0986fcb0a5 security/metasploit: update to 6.4.58
This version now uses rails 7.1
Adjust dependencies accordingly

PR:		285758
2025-04-21 07:25:22 +00:00

19 lines
401 B
Makefile

PORTNAME= arel-helpers
PORTVERSION= 2.16.0
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Helpers to construct database queries with ActiveRecord and Arel
WWW= https://github.com/camertron/arel-helpers
LICENSE= MIT
RUN_DEPENDS= rubygem-activerecord71>=7.1:databases/rubygem-activerecord71
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>