0477d546db
Upstream changes: 3.31 - Sun Nov 1 15:15:00 2009 - Do not pack a Build.PL to avoid a circular dependency involving ExtUtils::CBuilder (PathTools RT #50749)
24 lines
662 B
Makefile
24 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/11/11 20:55:37 seb Exp $
|
|
|
|
DISTNAME= PathTools-3.31
|
|
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"
|