mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
19 lines
389 B
Makefile
19 lines
389 B
Makefile
PORTNAME= strong_migrations
|
|
PORTVERSION= 2.3.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:databases/rubygem-activerecord80
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|