This module provides a portable way to obtain filesystem disk space information. The module should work with all versions of Windows (95 and up), and with all flavors of Unix that implement the statvfs or the statfs calls. This would include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ... This module differs from Filesys::Df in that it has added support for Windows, but does not support open filehandles as a argument. Oked by joerg@
24 lines
682 B
Makefile
24 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 21:34:26 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Filesys-DfPortable-0.85
|
|
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-DfPortable/
|
|
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/DfPortable/.packlist
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|