# Created by: Scott Sanders <scott@jssjr.com>
# $FreeBSD: tags/RELEASE_10_0_0/devel/rubygem-dep_selector/Makefile 332035 2013-10-30 02:31:04Z swills $

PORTNAME=	dep_selector
PORTVERSION=	0.0.8
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Find a valid assignment of package versions

RUN_DEPENDS=	gecode>=3.5.0:${PORTSDIR}/devel/gecode

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

CONFIGURE_ARGS+=	--with-opt-dir=${LOCALBASE}

.include <bsd.port.mk>
