pkgsrc/devel/p5-PathTools/Makefile
minskim e35458919e This module is designed to support operations commonly performed on
file specifications (usually called "file names", but not to be
confused with the contents of a file, or Perl's file handles), such as
concatenating several directory and file names into a single path, or
determining whether a path is rooted.
2006-02-25 00:23:56 +00:00

19 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/02/25 00:23:56 minskim Exp $
DISTNAME= PathTools-3.12
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
CONFIGURE_ARGS+= DEFINE="-DHAS_GETCWD"
PERL5_PACKLIST= auto/Cwd/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"