freebsd-ports/devel/rubygem-grape-entity060/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

24 lines
482 B
Makefile

# $FreeBSD$
PORTNAME= grape-entity
PORTVERSION= 0.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 060
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Entities - a simple Facade to use with your models and API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \
rubygem-multi_json>=1.3.2:devel/rubygem-multi_json
PORTSCOUT= limit:^0\.6\.0
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>