blob: fb674c6f2d1240f869122c1ce3578f5b3e22215e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: zfstools
# Date created: 26 April 2012
# Whom: Bryan Drewery <bryan@shatow.net>
#
# $FreeBSD$
PORTNAME= zfstools
PORTVERSION= 0.2.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= OpenSolaris-compatible auto snapshotting
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/zfs-auto-snapshot \
bin/zfs-cleanup-snapshots \
bin/zfs-snapshot-mysql
.include <bsd.port.mk>
|