opnsense-ports/devel/rubygem-solve/Makefile
Franco Fichtner bd10d0aaac */*: sync with upstream
Taken from: HardenedBSD
2018-08-10 10:11:12 +02:00

20 lines
389 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= solve
PORTVERSION= 4.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A ruby version constraint solver
LICENSE= APACHE20
RUN_DEPENDS= rubygem-molinillo>=0.6:devel/rubygem-molinillo \
rubygem-semverse>=1.1:devel/rubygem-semverse
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>