blob: 633dec3bc03fa8abd49d2d01058de13f06cb1648 (
plain) (
tree)
|
|
# 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>
|