freebsd-ports/databases/rubygem-marginalia/Makefile
Matthias Fechner 9a62ad0a91 www/gitlab-ce: switch rubygem ports to use rails 7.0
Required for gitlab-ce 16.3
2023-09-08 13:34:38 +03:00

22 lines
500 B
Makefile

PORTNAME= marginalia
PORTVERSION= 1.11.1
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Attach comments to your ActiveRecord queries
WWW= https://github.com/basecamp/marginalia
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack70>=2.3:www/rubygem-actionpack70 \
rubygem-activerecord70>=2.3:databases/rubygem-activerecord70
USES= cpe gem
CPE_VENDOR= ${PORTNAME}_project
NO_ARCH= yes
.include <bsd.port.mk>