freebsd-ports/devel/rubygem-baf/Makefile
Steve Wills 191933233d devel/rubygem-baf: create port
baf is a toolkit for building command line programs. It also provides cucumber
helpers and steps for writing user acceptance tests.

WWW: https://rubygems.org/gems/baf

PR:		220218
Submitted by:	dereks@lifeofadishwasher.com
2017-07-08 03:03:18 +00:00

17 lines
249 B
Makefile

# $FreeBSD$
PORTNAME= baf
PORTVERSION= 0.12.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tj+freebsd_ports@a13.fr
COMMENT= Basic Application Framework
LICENSE= BSD3CLAUSE
USE_RUBY= yes
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>