18 lines
316 B
Makefile
18 lines
316 B
Makefile
# Created by: milki <milki@rescomp.berkeley.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= edavis10-object_daddy
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Object Daddy assists in automating testing
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|