04b99eebd4
------------------------------------------ 0.3.2 2017-01-13 - Made the version number consistent across the .pm files. - https://bitbucket.org/shlomif/perl-file-find-object/issues/1/wrong-version-number - Thanks to aer0 for the report. 0.3.1 2017-01-09 - Fixed an issue with tracking the depth of the inodes when detecting a symlink loop. - Detected by several cygwin reports.
20 lines
650 B
Makefile
20 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/02/13 13:18:41 mef Exp $
|
|
|
|
DISTNAME= File-Find-Object-v0.3.2
|
|
PKGNAME= p5-${DISTNAME:C/t-v/t-/:}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~shlomif/File-Find-Object/lib/File/Find/Object.pm
|
|
COMMENT= Object-oriented and iterative replacement for File::Find
|
|
LICENSE= artistic-2.0
|
|
|
|
BUILD_DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/File/Find/Object/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|