freebsd-ports/devel/ruby-flexmock/Makefile
Wesley Shields 09c5b77709 - Update to 0.8.6
- Switch to using gem (greatly simplifies the port)

PR:		ports/141012
Submitted by:	wxs@
Reviewed by:	pgolluci@
2009-12-01 01:24:37 +00:00

20 lines
384 B
Makefile

# New ports collection makefile for: Ruby/FlexMock
# Date created: 18 November 2005
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= flexmock
PORTVERSION= 0.8.6
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= ruby@FreeBSD.org
COMMENT= A simple mock object for Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>