blob: 8f99b4ecb39cfa63592fe6a90ef1fe1059d7e8ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= strong_migrations
PORTVERSION= 0.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Catch unsafe migrations at dev time
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activerecord5>=3.2.0:databases/rubygem-activerecord5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|