2c6b14778c
Approved by: portmgr (blanket infrastructure)
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Filesys-Statvfs
|
|
PORTVERSION= 0.82
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pirzyk@FreeBSD.org
|
|
COMMENT= Perl extension for statvfs() and fstatvfs()
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|