blob: 76a8cd7851c200b9eee62c4d016d4f8f040f26b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= appraisal
PORTVERSION= 2.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Integrates with bundler and rake to test library dependencies
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \
rubygem-rake>=0:devel/rubygem-rake \
rubygem-thor>=0.14.0:devel/rubygem-thor
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/appraisal
.include <bsd.port.mk>
|