18 lines
289 B
Makefile
18 lines
289 B
Makefile
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:46:00 sthen Exp $
|
|
|
|
COMMENT= test double framework with a succint syntax
|
|
|
|
DISTNAME= rr-1.1.2
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://rr.github.io/rr/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|