freebsd-ports/sysutils/rubygem-backup/Makefile
Sunpoet Po-Chuan Hsieh a9747e17b7 - Add rubygem-backup 3.0.20
Backup is a RubyGem, written for Linux and Mac OSX, that allows you to easily
perform backup operations on both your remote, as well as your local
environment. It provides you with an elegant DSL in Ruby for modeling
(configuring) your backups. Backup has built-in support for various databases,
storage protocols/services, syncers, compressors, encryptors and notifiers which
you can mix and match. It was built with modularity, extensibility and
simplicity in mind.

WWW: https://github.com/meskyanichi/backup/
RG:  https://rubygems.org/gems/backup
2012-01-06 07:48:46 +00:00

25 lines
566 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.20
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perform backup operations on remote and local environment
RUN_DEPENDS= rubygem-popen4>=0.1.4:${PORTSDIR}/devel/rubygem-popen4 \
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>