a358822cee
Upstream changes: 3.62 - Mon Jan 11 08:39:19 EST 2016 - ensure File::Spec::canonpath() preserves taint (CVE-2015-8607) 3.61 - Sun Dec 20 12:00:00 EST 2015 (bleadperl only release) - improve performance of cwd on Win32 miniperl 3.60 - Wed Nov 18 21:28:01 EST 2015 - add File::Spec::AmigaOS -- and actually ship it, this time
20 lines
539 B
Makefile
20 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.23 2016/02/11 14:51:24 he Exp $
|
|
|
|
DISTNAME= PathTools-3.62
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PathTools/
|
|
COMMENT= Perl module for portably manipulating file specifications
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
CONFLICTS+= p5-File-Spec-[0-9]*
|
|
|
|
CFLAGS+= -DHAS_GETCWD
|
|
|
|
PERL5_PACKLIST= auto/Cwd/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|