pkgsrc/sysutils/p5-Filesys-Df/Makefile
sno 521fc1c07a Importing module for Filesys::Df
This module provides a way to obtain filesystem disk space information. This
is a Unix only distribution. If those information needs to be gathered for
Unix and Windows, use Filesys::DfPortable. The only major benefit of using
Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports the use of
open filehandles as arguments.

The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls, or the statfs() and fstatfs() calls. This would include
Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...

Oked by joerg@
2009-03-22 21:25:10 +00:00

24 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 21:25:10 sno Exp $
#
DISTNAME= Filesys-Df-0.92
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filesys/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Filesys-Df/
COMMENT= Perl extension for filesystem disk space information
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= MakeMaker
PERL5_PACKLIST= auto/Filesys/Df/.packlist
pre-configure:
${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"