freebsd-ports/devel/rubygem-grape-entity/Makefile
Steve Wills 28c20c3879 - Update to 0.4.1
PR:		ports/187993
Submitted by:	Michael Moll <kvedulv@Kvedulv.de>
2014-03-29 15:10:49 +00:00

19 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= grape-entity
PORTVERSION= 0.4.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
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>