19 lines
344 B
Makefile
19 lines
344 B
Makefile
PORTNAME= Filesys-ZFS-Stat
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils perl5
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= glebius@FreeBSD.org
|
|
COMMENT= Perl interface to kstat.zfs
|
|
WWW= https://github.com/glebius/Filesys-ZFS-Stat
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= glebius
|
|
|
|
.include <bsd.port.mk>
|