blob: 30dddbe9f8c57374aa161d9e1f2bb9d5a4a31cdd (
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
24
25
|
# $FreeBSD$
PORTNAME= appraisal
PORTVERSION= 2.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= jrm@FreeBSD.org
COMMENT= Integrates with bundler and rake to test library dependencies
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rake>=0:devel/rubygem-rake \
rubygem-bundler>=0:sysutils/rubygem-bundler \
rubygem-thor>=0.14.0:devel/rubygem-thor \
rubygem-activesupport5>0:devel/rubygem-activesupport5 \
rubygem-rspec>=3.0:devel/rubygem-rspec
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/appraisal
.include <bsd.port.mk>
|