blob: cb5c0edb80b7311624cba30a8d2e05d61c02f9aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= Filesys-Statvfs
PORTVERSION= 0.82
PORTREVISION= 1
CATEGORIES= filesystems sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Perl extension for statvfs() and fstatvfs()
WWW= https://metacpan.org/release/Filesys-Statvfs
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|