aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-strong_migrations/Makefile
blob: 624a2a6b513f298bd6297a9ed87382e2b2e56ec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	strong_migrations
PORTVERSION=	2.5.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Catch unsafe migrations at dev time
WWW=		https://github.com/ankane/strong_migrations

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-activerecord80>=7.1:databases/rubygem-activerecord80

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>