aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-guard-cucumber/Makefile
blob: 7c3e1d9d4c0231fa205a8f171fa34fc3172a6374 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	guard-cucumber
PORTVERSION=	3.0.0
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Automatically run your features

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-cucumber>=3.1:devel/rubygem-cucumber \
		rubygem-nenv>=0.1:devel/rubygem-nenv

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>