20 lines
345 B
Makefile
20 lines
345 B
Makefile
# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
|
|
|
|
PORTNAME= Filesys-ZFS-Stat
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils perl5
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= glebius@FreeBSD.org
|
|
COMMENT= Perl interface to kstat.zfs
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= glebius
|
|
|
|
.include <bsd.port.mk>
|