ports/devel/rubygem-rspec-core/Makefile
Philip M. Gollucci ef8227fc7a - Update to 2.8.0
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 02:08:00 +00:00

23 lines
464 B
Makefile

# New ports collection makefile for: rubygem-rspec-core
# Date created: 2011-06-12
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rspec-core
PORTVERSION= 2.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= RSpec Core provides the structure for writing executable examples
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/autospec bin/rspec
.include <bsd.port.mk>