mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
26 lines
564 B
Makefile
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.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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/backup
|
|
|
|
.include <bsd.port.mk>
|