1.001. Upstream changes: 1.001 2011-09-14 22:49:56 America/New_York - updated docs to clarify that pushd() and tempd() croak on errors - if tempd() croaks, error appears at tempd()'s caller, not from within tempd() itself - warnings enabled if perl version >= 5.006 - adds 'untaint_pattern' option with a passable default
19 lines
531 B
Makefile
19 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/11/16 08:17:54 sno Exp $
|
|
|
|
DISTNAME= File-pushd-1.001
|
|
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-pushd/
|
|
COMMENT= Perl module to change directory temporarily for a limited scope
|
|
LICENSE= apache-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/File/pushd/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|