forked from Lainports/freebsd-ports
20 lines
452 B
Makefile
20 lines
452 B
Makefile
PORTNAME= grape-swagger-entity
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Grape-entity object parsing
|
|
WWW= https://github.com/ruby-grape/grape-swagger-entity
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-grape-entity>=0.6.0:devel/rubygem-grape-entity \
|
|
rubygem-grape-swagger>=1.2.0:devel/rubygem-grape-swagger
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|