freebsd-ports/devel/rubygem-grape-entity/Makefile
Michael Moll 9ca46003cc Update my email address and give a few ports to ruby@
Differential Revision:	https://reviews.freebsd.org/D2390
Approved by:		mat (Mentor)
2015-04-28 23:36:56 +00:00

20 lines
437 B
Makefile

# $FreeBSD$
PORTNAME= grape-entity
PORTVERSION= 0.4.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Entities - a simple Facade to use with your models and API
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>