pkgsrc/devel/p5-File-Path/Makefile
wen 188da3faa7 Update to 2.15
Upstream changes:
2.15 2017-07-29
    - Correct documentation error re possible arguments for rmtree().
2017-08-06 02:38:57 +00:00

16 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.19 2017/08/06 02:38:57 wen Exp $
DISTNAME= File-Path-2.15
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"