freebsd-ports/databases/rubygem-her/Makefile
Michael Moll 5b14609d16 new port: databases/rubygem-her
Her is an ORM (Object Relational Mapper) that maps REST
resources to Ruby objects.

WWW: http://www.her-rb.org/

Differential Revision:	https://reviews.freebsd.org/D2751
Approved by:	mat (mentor)
2015-06-07 21:12:23 +00:00

24 lines
599 B
Makefile

# $FreeBSD$
PORTNAME= her
PORTVERSION= 0.7.4
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>=3.0.0:${PORTSDIR}/databases/rubygem-activemodel4 \
rubygem-activesupport4>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \
rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>