This library provides contracts for Ruby. Contracts let you clearly express how your code behaves, and free you from writing tons of boilerplate, defensive code.
12 lines
309 B
Makefile
12 lines
309 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/08/01 16:45:13 minskim Exp $
|
|
|
|
DISTNAME= contracts-0.14.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://github.com/egonSchiele/contracts.ruby
|
|
COMMENT= Contracts for Ruby
|
|
LICENSE= 2-clause-bsd
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|