blob: 6bd663b4f65ae9421e51f958dfa5371d35506cd6 (
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
|
# 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.7.1
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>
|