pkgsrc/devel/p5-File-Path/Makefile
mef 38884453b8 Updated devel/p5-File-Path to 2.14
----------------------------------
2.14 2017-06-07
    - When creating subdirectories for testing underneath
      File::Spec::Functions::tmpdir(), use randomly generated strings.
    - No change in functionality from 2.13.
2017-06-10 05:13:02 +00:00

16 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.18 2017/06/10 05:13:02 mef Exp $
DISTNAME= File-Path-2.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Path/
COMMENT= Perl5 module to create or remove directory trees
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/File/Path/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"