23 lines
541 B
Makefile
23 lines
541 B
Makefile
PORTNAME= bullet_train-fields
|
|
PORTVERSION= 1.7.23
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Bullet Train Fields
|
|
WWW= https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-fields
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-chronic>=0:devel/rubygem-chronic \
|
|
rubygem-cloudinary>=0:www/rubygem-cloudinary \
|
|
rubygem-phonelib>=0:devel/rubygem-phonelib \
|
|
rubygem-rails71>=6.0.0:www/rubygem-rails71
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|