2012-04-23 18:44:17 +00:00

26 lines
564 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.24
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.14.6:${PORTSDIR}/devel/rubygem-thor
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/backup
.include <bsd.port.mk>