mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
- Support STAGEDIR - Request maintainership PR: ports/184468 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 28 days)
22 lines
577 B
Makefile
22 lines
577 B
Makefile
# Created by: Roman Shterenzon <romanbsd@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rspec
|
|
PORTVERSION= 2.14.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Behaviour Driven Development in Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-core \
|
|
rubygem-rspec-expectations>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-expectations \
|
|
rubygem-rspec-mocks>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-mocks
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|