Files
ports/sysutils/p5-Filesys-ZFS/Makefile
T
Olivier Cochard b2eeab55e6 New port: sysutils/p5-Filesys-ZFS: Perl interface to zpool(8) and zfs(8)
Submitted by:	glebius
Sponsored by:	Netflix
2021-02-08 17:39:28 +00:00

22 lines
395 B
Makefile

# 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>