2006-06-19 09:50:50 +02:00
|
|
|
# New ports collection makefile for: p5-Filesys-Statvfs
|
|
|
|
# Date created: 31 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Filesys-Statvfs
|
2007-10-20 21:08:36 +02:00
|
|
|
PORTVERSION= 0.82
|
2006-06-19 09:50:50 +02:00
|
|
|
CATEGORIES= sysutils perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-19 09:50:50 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= pirzyk@freebsd.org
|
|
|
|
COMMENT= Perl extension for statvfs() and fstatvfs()
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Filesys::Statvfs.3
|
|
|
|
|
2007-10-04 08:10:15 +02:00
|
|
|
.include <bsd.port.mk>
|