blob: 30b97dc3bc0b9c0f13c41d4842cd90bb10ff7e98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  | 
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME=	rspec-core
PORTVERSION=	3.8.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
MAINTAINER=	ruby@FreeBSD.org
COMMENT=	RSpec Core provides the structure for writing executable examples
LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md
RUN_DEPENDS=	rubygem-rspec-support>=${PORTVERSION:R}.0:devel/rubygem-rspec-support
NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem
PLIST_FILES=	bin/rspec
.include <bsd.port.mk>
 
  |