aboutsummaryrefslogblamecommitdiff
path: root/devel/rubygem-cucumber-core/Makefile
blob: 633dec3bc03fa8abd49d2d01058de13f06cb1648 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



                                                          
                     






                                                     
                                 
 
                                                             
 
                   
                   
                   

                      
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	cucumber-core
PORTVERSION=	2.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Core library for the Cucumber BDD app

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-gherkin>=4.0:textproc/rubygem-gherkin

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>