New port: sysutils/p5-Filesys-ZFS: Perl interface to zpool(8) and zfs(8)
Submitted by: glebius Sponsored by: Netflix
This commit is contained in:
@@ -815,6 +815,7 @@
|
||||
SUBDIR += p5-Filesys-DiskSpace
|
||||
SUBDIR += p5-Filesys-DiskUsage
|
||||
SUBDIR += p5-Filesys-Statvfs
|
||||
SUBDIR += p5-Filesys-ZFS
|
||||
SUBDIR += p5-Fuse
|
||||
SUBDIR += p5-Fuse-Simple
|
||||
SUBDIR += p5-Giovanni
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Filesys-ZFS
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= glebius@FreeBSD.org
|
||||
COMMENT= Perl interface to zpool(8) and zfs(8)
|
||||
|
||||
LICENSE= ARTPERL10
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= configure
|
||||
|
||||
SHEBANG_FILES= zfstat.pl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1612553790
|
||||
SHA256 (Filesys-ZFS-1.5.tar.gz) = 84a7a7ee8ec3ebf0dffdcf346ca3db589e39910512375e07303320dd951cc696
|
||||
SIZE (Filesys-ZFS-1.5.tar.gz) = 11791
|
||||
@@ -0,0 +1,4 @@
|
||||
Filesys::ZFS is a simple interface to zfs and zpool commands for
|
||||
managing ZFS file systems.
|
||||
|
||||
WWW: https://metacpan.org/pod/Filesys::ZFS
|
||||
@@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Filesys/ZFS.pm
|
||||
%%SITE_PERL%%/Filesys/zfstat.pl
|
||||
%%PERL5_MAN3%%/Filesys::ZFS.3.gz
|
||||
Reference in New Issue
Block a user