pkgsrc/devel/p5-File-chdir/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

18 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.2 2005/12/05 20:50:06 rillig Exp $
#
DISTNAME= File-chdir-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHWERN/}
MAINTAINER= sommerfeld@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-chdir/
COMMENT= Perl module with a more sensible way to change directories
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/File/chdir/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"