freebsd-ports/databases/rubygem-dm-core/Makefile
Beat Gaetzi 2af2597028 - Mark BROKEN: unable to resolve dependencies
ERROR:  While executing gem ... (Gem::DependencyError)
  Unable to resolve dependencies: dm-core requires addressable (~> 2.2.6)

Reported by:	pointyhat
2012-08-21 18:15:14 +00:00

25 lines
563 B
Makefile

# New ports collection makefile for: rubygem-dm-core
# Date created: 2010-01-20
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= dm-core
PORTVERSION= 1.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= An Object/Relational Mapper for Ruby
RUN_DEPENDS= rubygem-extlib>=0.9.15:${PORTSDIR}/devel/rubygem-extlib \
rubygem-addressable>=2.2.6:${PORTSDIR}/www/rubygem-addressable
BROKEN= unable to resolve dependencies
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>