freebsd-ports/databases/rubygem-her/Makefile
2018-07-31 00:05:02 +00:00

22 lines
458 B
Makefile

# $FreeBSD$
PORTNAME= her
PORTVERSION= 1.0.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= ORM that maps REST resources to Ruby objects
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activemodel4>=4.2.1:databases/rubygem-activemodel4 \
rubygem-faraday>=0.8:www/rubygem-faraday \
rubygem-multi_json>=1.7:devel/rubygem-multi_json
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>