ports/devel/rubygem-grape-entity/Makefile
Dmitry Marakasov 3c58c21574 - Update to 0.4.4
PR:		193746
Submitted by:	kvedulv@kvedulv.de (maintainer)
2014-09-18 20:20:32 +00:00

18 lines
425 B
Makefile

# $FreeBSD$
PORTNAME= grape-entity
PORTVERSION= 0.4.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= kvedulv@kvedulv.de
COMMENT= Entities - a simple Facade to use with your models and API
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>