85368af7b9
Changes: https://github.com/doudou/flexmock/blob/master/README.md#changes https://github.com/doudou/flexmock/blob/master/CHANGES https://github.com/doudou/flexmock/commits/master
18 lines
294 B
Makefile
18 lines
294 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flexmock
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple mock object for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|