pkgsrc changes: - adjust license Upstream changes since 3.31: 3.33 - Mon Sep 20 18:00:00 2010 - No functional changes since the previous release. - Fixes POD links (part of core change2a6dc37471bea77f0c24fd1fe90c598a270c9968, Florian Ragwitz) 3.32 - Sun Sep 19 18:00:00 2010 - Promote to stable release. 3.31_03 - Fri Sep 17 20:00:00 2010 - Colon delimiter and escaped delimiters for File::Spec::VMS This is core change 61196b433b2b (Craig A. Berry) 3.31_02 - Fri Jul 23 20:00:00 2010 - Add TODO test for File::Spec->rel2abs() when under a symlink. - Make catpath return an empty directory rather than the current directory if the directory name is empty. This allows catpath to play nice with non-rooted logical names, as in catpath('sys$login:', '', 'login.com'); (Craig A. Berry) - Fix abs2rel bug in handling a Unix-style input. (Craig A. Berry) - Assorted clarification and simplification of the documentation. (Craig A. Berry)
25 lines
653 B
Makefile
25 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.13 2010/09/21 06:11:38 sno Exp $
|
|
|
|
DISTNAME= PathTools-3.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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= ${PERL5_LICENSE}
|
|
|
|
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]*
|
|
|
|
CFLAGS+= -DHAS_GETCWD
|
|
|
|
PERL5_PACKLIST= auto/Cwd/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|