Beat Gaetzi fdcf156078 - Mark BROKEN: unable to resolve dependencies
Unable to resolve dependencies: backup requires thor (~> 0.15.4)

Reported by:	pointyhat
2012-09-25 18:07:35 +00:00

28 lines
605 B
Makefile

# New ports collection makefile for: rubygem-backup
# Date created: 2011-10-30
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= backup
PORTVERSION= 3.0.25
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perform backup operations on remote and local environment
RUN_DEPENDS= rubygem-open4>=1.3.0:${PORTSDIR}/devel/rubygem-open4 \
rubygem-thor>=0.15.4:${PORTSDIR}/devel/rubygem-thor
BROKEN= unable to resolve dependencies
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/backup
.include <bsd.port.mk>