blob: cba8958f3aa9741f4f4c9f0175befa05b096af6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= solve
PORTVERSION= 4.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby version constraint solver
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-molinillo>=0.6<1:devel/rubygem-molinillo \
rubygem-semverse>=1.1<4.0:devel/rubygem-semverse
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|