freebsd-ports/devel/rubygem-grape-entity/Makefile
2020-07-07 10:41:02 +00:00

24 lines
452 B
Makefile

# $FreeBSD$
PORTNAME= grape-entity
PORTVERSION= 0.7.1
PORTREVISION= 3
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-activesupport60>=4.0:devel/rubygem-activesupport60 \
rubygem-multi_json>=1.3.2:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>