- Updating package for p5 PathTools modules (Cwd, File::Spec, ...) from 3.29 to 3.30 - Setting license to gnu-gpl-v2 Upstream changes: 3.30 - Sun May 10 10:55:00 2009 - Promote to stable release. 3.29_01 - Thu May 7 20:22:00 2009 - Minor fixes for QNX6. [Sean Boudreau] - Update to support VMS in Unix compatible mode and/or file names using extended character sets. (RT #42154) [John Malmberg] - VMS support for Unix and extended file specifications in File::Spec (RT #42153) [John Malmberg]
24 lines
662 B
Makefile
24 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.10 2009/05/17 14:47:12 sno Exp $
|
|
|
|
DISTNAME= PathTools-3.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PathTools/
|
|
COMMENT= Perl module for portably manipulating file specifications
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.14}:../../devel/p5-Scalar-List-Utils
|
|
|
|
CONFLICTS+= p5-File-Spec-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= DEFINE="-DHAS_GETCWD"
|
|
|
|
PERL5_PACKLIST= auto/Cwd/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|