1257232a20
A simple block-driven assertion library for both testing and for production code
14 lines
220 B
Makefile
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>
|