pkgsrc/devel/p5-File-chdir/Makefile
sno badb4f5c75 Updating Perl module File::chdir in devel/p5-File-chdir from 0.1004nb1 to
0.1006.

pkgsrc changes:
- switching back to default module type (EU::MM)

Upstream changes:
0.1006    2011-11-02 18:11:13 America/New_York
    - Handle directories with newlines [rt.cpan.org #72114]

0.1005    2011-11-02 14:21:27 America/New_York
    - Fixed rt.cpan.org #53064 [Michael Schwern]

    - Removes bundled Test::More

    - Converted distribution builder to Dist::Zilla
2011-11-16 08:14:45 +00:00

21 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.10 2011/11/16 08:14:45 sno Exp $
DISTNAME= File-chdir-0.1006
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-chdir/
COMMENT= Perl module with a more sensible way to change directories
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.27}:../../devel/p5-PathTools
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/File/chdir/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"