pkgsrc/devel/p5-File-Find-Object/Makefile
mef f65c9d0206 (devel/p5-File-Find-Object) Updated to 0.3.5
0.3.5       2020-01-28
    - Rebuild for order of 'NAME' and 'VERSION' sections in the generated
    POD documentation (see:
    https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF#L3
    ).
        - VERSION used to appear before NAME.
2020-03-21 23:48:46 +00:00

20 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/03/21 23:48:46 mef Exp $
DISTNAME= File-Find-Object-0.3.5
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/distribution/File-Find-Object/lib/File/Find/Object.pm
COMMENT= Object-oriented and iterative replacement for File::Find
LICENSE= artistic-2.0
TEST_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"