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

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

NO_ARCH=	yes

PORTSCOUT=	limit:^1\.0\.

.include <bsd.port.mk>