summaryrefslogtreecommitdiff
path: root/databases/rubygem-microscope/Makefile
blob: acd8f75c1b75d23dcb851e183e99729602f4ef9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>