20 lines
445 B
Makefile
20 lines
445 B
Makefile
PORTNAME= bullet_train-scope_validator
|
|
PORTVERSION= 1.45.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Protect belongs_to attributes from ID stuffing
|
|
WWW= https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-rails81>=7.0.0:www/rubygem-rails81
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|