freebsd-ports/devel/rubygem-cucumber-wire/Makefile
Sunpoet Po-Chuan Hsieh fa5da7d184 - Add rubygem-cucumber-wire 0.0.1
Wire protocol plugin for Cucumber

WWW: https://github.com/cucumber/cucumber-ruby-wire
2016-01-17 12:45:07 +00:00

19 lines
342 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cucumber-wire
PORTVERSION= 0.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wire protocol plugin for Cucumber
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>