2012-10-23 21:50:50 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2012/10/23 19:51:16 asau Exp $
|
Importing package for Perl module Filesys::Statvfs-0.82
Interface for statvfs() and fstatvfs()
Unless access to the bsize, flag, and namemax values is required, either
Filesys::DfPortable or Filesys::Df could be a better choice. They will
generally provide more functionality and portability.
The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris,
Mac OS X, Irix, Cygwin, etc ...
Oked by joerg@
2009-03-22 22:45:16 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= Filesys-Statvfs-0.82
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
2012-10-03 23:53:53 +02:00
|
|
|
PKGREVISION= 3
|
Importing package for Perl module Filesys::Statvfs-0.82
Interface for statvfs() and fstatvfs()
Unless access to the bsize, flag, and namemax values is required, either
Filesys::DfPortable or Filesys::Df could be a better choice. They will
generally provide more functionality and portability.
The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris,
Mac OS X, Irix, Cygwin, etc ...
Oked by joerg@
2009-03-22 22:45:16 +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-Statvfs/
|
|
|
|
COMMENT= Perl extension for statvfs() and fstatvfs()
|
|
|
|
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
|
|
|
PERL5_MODULE_TYPE= MakeMaker
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Filesys/Statvfs/.packlist
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|