aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-mustermann-grape/Makefile
blob: 2e752e3783902349a8ff6314c47a72ade06dd8c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	mustermann-grape
PORTVERSION=	1.0.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Adds Grape style patterns to Mustermman
WWW=		https://github.com/ruby-grape/mustermann-grape

LICENSE=	MIT

RUN_DEPENDS=	rubygem-mustermann>=1.0:devel/rubygem-mustermann

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>