e68f4b2edc
Path::Class is a module for manipulation of file and directory specifications (strings describing their locations, like '/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2, and NetWare. Needed for SVK-v2.0.0.
21 lines
601 B
Makefile
21 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 21:58:19 bad Exp $
|
|
#
|
|
|
|
DISTNAME= Path-Class-0.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/}
|
|
|
|
MAINTAINER= bad@netbsd.org
|
|
HOMEPAGE= http://search.cpan.org/~kwilliams/Path-Class-0.16/
|
|
COMMENT= Cross-platform path specification manipulation
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Path/Class/.packlist
|
|
|
|
DEPENDS+= p5-PathTools>=3.19:../../devel/p5-PathTools
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|