mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= her
|
|
PORTVERSION= 0.7.6
|
|
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:databases/rubygem-activemodel4 \
|
|
rubygem-activesupport4>=3.0.0:devel/rubygem-activesupport4 \
|
|
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>
|