freebsd-ports/devel/rubygem-grape-entity/Makefile
Matthias Fechner a7c2e74970 devel/rubygem-grape-entity: Update to 0.10.1
Required for gitlab-ce 14.4.0.
2021-10-27 08:20:35 +02:00

22 lines
442 B
Makefile

PORTNAME= grape-entity
PORTVERSION= 0.10.1
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple facade to use with your models and APIs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport61>=3.0.0:devel/rubygem-activesupport61 \
rubygem-multi_json>=1.3.2:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>