pkgsrc/devel/p5-File-Find-Object/Makefile
mef 91e1499664 Updated devel/p5-File-Find-Object to 0.3.0
------------------------------------------
0.3.0   2016-09-11
    - Converted the build system to Dist-Zilla.
    - Part of the impetus was removing the warning about
      Test::TrailingSpace needed for the trailing whitespace tests
2016-09-17 04:01:00 +00:00

20 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/09/17 04:01:00 mef Exp $
DISTNAME= File-Find-Object-0.3.0
PKGNAME= p5-${DISTNAME}
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"