mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Changes: https://github.com/doudou/flexmock/releases https://github.com/doudou/flexmock/commits/master
17 lines
290 B
Makefile
17 lines
290 B
Makefile
PORTNAME= flexmock
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple mock object for Ruby
|
|
WWW= https://github.com/doudou/flexmock
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|