freebsd-ports/devel/rubygem-rspec/Makefile
Philip M. Gollucci e68ef6e69a - Update to 2.8.0
Approved by:    maintainer (implicit, required for other rspec updates belonging to ruby@)
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 02:25:18 +00:00

27 lines
858 B
Makefile

# Ports collection makefile for: rubygem-rspec
# Date created: 22 December 2006
# Whom: Roman Shterenzon <romanbsd@yahoo.com>
#
# $FreeBSD$
PORTNAME= rspec
PORTVERSION= 2.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= romanbsd@yahoo.com
COMMENT= Behaviour Driven Development in Ruby
BUILD_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \
rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks
RUN_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \
rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>