ports/databases/rubygem-microscope/Makefile
Po-Chuan Hsieh be96f1b09f
databases/rubygem-microscope: Add rubygem-microscope 1.1.1
Microscope adds useful scopes targeting ActiveRecord boolean, date and datetime
attributes.
2024-05-16 14:21:48 +08:00

20 lines
494 B
Makefile

PORTNAME= microscope
PORTVERSION= 1.1.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add useful scopes targeting ActiveRecord boolean and datetime attributes
WWW= https://github.com/mirego/microscope
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-activerecord71>=4.1.0:databases/rubygem-activerecord71 \
rubygem-activesupport71>=4.1.0:devel/rubygem-activesupport71
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>