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

21 lines
484 B
Makefile

PORTNAME= marginalia
PORTVERSION= 1.11.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-actionpack61>=2.3:www/rubygem-actionpack61 \
rubygem-activerecord61>=2.3:databases/rubygem-activerecord61
USES= cpe gem
CPE_VENDOR= ${PORTNAME}_project
NO_ARCH= yes
.include <bsd.port.mk>