mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
20 lines
383 B
Makefile
20 lines
383 B
Makefile
# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
|
|
|
|
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>
|