f85973c49b
Pointed out by Christoph Badura in PR 35402. From Changes of p5-PathTools: 3.00 Thu Sep 2 22:15:07 CDT 2004 - Merged Cwd and File::Spec into a single PathTools distribution. This was done because the two modules use each other fairly extensively, and extracting the common stuff into another distribution was deemed nigh-impossible. The code in revision 3.00 of PathTools should be equivalent to the code in Cwd 2.21 and File::Spec 0.90.
21 lines
575 B
Makefile
21 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.3 2007/01/11 13:02:48 obache Exp $
|
|
|
|
DISTNAME= PathTools-3.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/PathTools/
|
|
COMMENT= Perl module for portably manipulating file specifications
|
|
|
|
DEPENDS+= 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"
|