mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Required for gitlab 17.0.0 Changes: https://github.com/ruby-grape/grape-entity/blob/master/CHANGELOG.md
21 lines
460 B
Makefile
21 lines
460 B
Makefile
PORTNAME= grape-entity
|
|
PORTVERSION= 1.0.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple facade to use with your models and APIs
|
|
WWW= https://github.com/ruby-grape/grape-entity
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport70>=3.0.0:devel/rubygem-activesupport70 \
|
|
rubygem-multi_json>=1.3.2:devel/rubygem-multi_json
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|