freebsd-ports/devel/rubygem-insist/Makefile
Steve Wills 1257232a20 devel/rubygem-insist: create port
A simple block-driven assertion library for both testing and for production
code
2017-02-03 18:29:31 +00:00

14 lines
220 B
Makefile

# $FreeBSD$
PORTNAME= insist
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple block-driven assertion library
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>