mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
19 lines
351 B
Makefile
19 lines
351 B
Makefile
PORTNAME= strong_migrations
|
|
PORTVERSION= 0.7.9
|
|
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>=5:databases/rubygem-activerecord5
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|