1PORTNAME= microscope 2PORTVERSION= 1.1.1 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Add useful scopes targeting ActiveRecord boolean and datetime attributes 8WWW= https://github.com/mirego/microscope 9 10LICENSE= bsd3 11LICENSE_FILE= ${WRKSRC}/LICENSE.md 12 13BUILD_DEPENDS= ${RUN_DEPENDS} 14RUN_DEPENDS= rubygem-activerecord71>=4.1.0:databases/rubygem-activerecord71 \ 15 rubygem-activesupport71>=4.1.0:devel/rubygem-activesupport71 16 17USES= gem 18 19NO_ARCH= yes 20 21.include <bsd.port.mk> 22