freebsd-ports/devel/rubygem-grape-entity/Makefile
Sunpoet Po-Chuan Hsieh b4f1cdea5b Remove PORTSCOUT
2017-04-11 04:07:24 +00:00

22 lines
443 B
Makefile

# $FreeBSD$
PORTNAME= grape-entity
PORTVERSION= 0.6.0
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Entities - a simple Facade to use with your models and API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
rubygem-multi_json>=1.3.2:devel/rubygem-multi_json
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>