freebsd-ports/devel/rubygem-dep_selector/Makefile
Mathieu Arnold d68aa0dea9 I was a bit too hopeful, it doesn't.
Sponsored by:	Absolight
2014-04-03 18:07:48 +00:00

22 lines
447 B
Makefile

# Created by: Scott Sanders <scott@jssjr.com>
# $FreeBSD$
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
BROKEN= Does not build
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS+= --with-opt-dir=${LOCALBASE}
.include <bsd.port.mk>