freebsd-ports/devel/rubygem-edavis10-object_daddy/Makefile
Martin Wilke 3bc26ba5c2 Object Daddy is a library (as well as a Ruby on Rails plugin) designed to
assist in automating testing of large collections of objects, especially webs
of ActiveRecord models. It is a descendent of the "Object Mother" pattern for
creating objects for testing, and is related to the concept of an "object
exemplar" or stereotype. This is a fork of the original object_daddy.

WWW: https://github.com/edavis10/object_daddy

PR:		ports/155307
Submitted by:	milki <milki at rescomp.berkeley.edu>
2011-03-09 14:13:33 +00:00

20 lines
421 B
Makefile

# Ports collection makefile for: rubygem-edavis10-object_daddy
# Date created: 2011-03-06
# Whom: milki <milki@rescomp.berkeley.edu>
#
# $FreeBSD$
PORTNAME= edavis10-object_daddy
PORTVERSION= 0.4.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= milki@rescomp.berkeley.du
COMMENT= Object Daddy assists in automating testing
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>