20dc791fc2
- Update WWW Changes: https://github.com/remi/her/releases https://github.com/remi/her/commits/master
21 lines
451 B
Makefile
21 lines
451 B
Makefile
PORTNAME= her
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@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<2:devel/rubygem-multi_json
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|