a85dd265ff
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@
24 lines
664 B
Makefile
24 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 21:45:16 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Filesys-Statvfs-0.82
|
|
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-Statvfs/
|
|
COMMENT= Perl extension for statvfs() and fstatvfs()
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|