1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/devel/rubygem-rspec/Makefile
2013-06-02 17:01:02 +00:00

23 lines
582 B
Makefile

# Created by: Roman Shterenzon <romanbsd@yahoo.com>
# $FreeBSD$
PORTNAME= rspec
PORTVERSION= 2.13.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= romanbsd@yahoo.com
COMMENT= Behaviour Driven Development in Ruby
BUILD_DEPENDS= rubygem-rspec-core>=2.13.0:${PORTSDIR}/devel/rubygem-rspec-core \
rubygem-rspec-expectations>=2.13.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=2.13.0:${PORTSDIR}/devel/rubygem-rspec-mocks
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>