Files
ports/devel/rubygem-grape-entity/Makefile
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
425 B
Makefile

PORTNAME= grape-entity
PORTVERSION= 0.8.1
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>=3.0.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>