aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2014-11-06 13:04:52 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2014-11-06 13:04:52 +0000
commite73223bd07d63193a1dc4a04ab90aa5213c0a3c6 (patch)
tree6eda28d1267f4cbbc022a42ca4f3b8c1a3062559 /devel/Makefile
parent11b9f6533f8e5337b5684a0b18a2d33204119005 (diff)
downloadports-e73223bd07d63193a1dc4a04ab90aa5213c0a3c6.tar.gz
ports-e73223bd07d63193a1dc4a04ab90aa5213c0a3c6.zip
This is yet another file/directory handler that does a bit more than
Path::Class for some parts, and a bit less for other parts. One of the main difference is Path::Extended always tries to use forward slashes when possible, ie. even when you're on the MS Windows, so that you don't need to care about escaping paths that annoys you from time to time when you want to apply regexen to a path, especially in file tests that use 'like' or 'compare'. WWW: http://search.cpan.org/dist/Path-Extended/
Notes
Notes: svn path=/head/; revision=372224
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a75f6070b728..6d34d97194a6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2607,6 +2607,7 @@
SUBDIR += p5-Path-Class-File-Lockable
SUBDIR += p5-Path-Dispatcher
SUBDIR += p5-Path-Dispatcher-Declarative
+ SUBDIR += p5-Path-Extended
SUBDIR += p5-Path-FindDev
SUBDIR += p5-Path-IsDev
SUBDIR += p5-Path-Iterator-Rule