freebsd-ports/devel/rubygem-grape-entity/Makefile
Sunpoet Po-Chuan Hsieh 125c0fb16a - Update to 0.5.0
- Add LICENSE_FILE

Changes:	https://github.com/ruby-grape/grape-entity/blob/master/CHANGELOG.md
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:14:56 +00:00

22 lines
482 B
Makefile

# $FreeBSD$
PORTNAME= grape-entity
PORTVERSION= 0.5.0
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-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>