opnsense-ports/databases/rubygem-marginalia/Makefile
Franco Fichtner 6c54ab69a0 */*: sync with upstream
Taken from: HardenedBSD
2021-07-21 08:08:56 +02:00

22 lines
471 B
Makefile

# Created by Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= marginalia
PORTVERSION= 1.10.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Attach comments to your ActiveRecord queries
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack61>=2.3:www/rubygem-actionpack61 \
rubygem-activerecord61>=2.3:databases/rubygem-activerecord61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>