freebsd-ports/devel/rubygem-dep_selector/Makefile
Wen Heping 27e5f738b0 - Update devel/gecode to 3.7.3
Feature safe:	yes
2012-03-31 07:18:24 +00:00

24 lines
500 B
Makefile

# Ports collection makefile for: dep_selector
# Date created: 13 Dec 2011
# Whom: 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS+= --with-opt-dir=${LOCALBASE}
.include <bsd.port.mk>