2011-08-14 16:52:49 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2011/08/14 14:52:49 obache Exp $
|
Adding package for perl module Filesys::DfPortable-0.85
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@
2009-03-22 22:34:26 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= Filesys-DfPortable-0.85
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
2011-08-14 16:52:49 +02:00
|
|
|
PKGREVISION= 2
|
Adding package for perl module Filesys::DfPortable-0.85
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@
2009-03-22 22:34:26 +01:00
|
|
|
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"
|