aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-SearchPath
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-12 21:37:25 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-12 21:37:25 +0000
commit461ea0f7f77c3a5e92a04bff53c23d3ca1fcc634 (patch)
tree023b5462ee85a928f9a00c8e4c7fb6dfcc847fc1 /devel/p5-File-SearchPath
parentf4bf3d23a355f6e9e16b9d707c8688fa1ed2770f (diff)
downloadports-461ea0f7f77c3a5e92a04bff53c23d3ca1fcc634.tar.gz
ports-461ea0f7f77c3a5e92a04bff53c23d3ca1fcc634.zip
This module provides the ability to search a path-like environment variable
for a file (that does not necessarily have to be an executable). WWW: http://search.cpan.org/dist/File-SearchPath/
Notes
Notes: svn path=/head/; revision=266144
Diffstat (limited to 'devel/p5-File-SearchPath')
-rw-r--r--devel/p5-File-SearchPath/Makefile23
-rw-r--r--devel/p5-File-SearchPath/distinfo2
-rw-r--r--devel/p5-File-SearchPath/pkg-descr4
-rw-r--r--devel/p5-File-SearchPath/pkg-plist2
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-File-SearchPath/Makefile b/devel/p5-File-SearchPath/Makefile
new file mode 100644
index 000000000000..b0880769afd3
--- /dev/null
+++ b/devel/p5-File-SearchPath/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-File-SearchPath
+# Date created: 2010-12-12
+# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File-SearchPath
+PORTVERSION= 0.06
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Search for a file in an environment variable path
+
+RUN_DEPENDS= p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path
+
+PERL_MODBUILD= yes
+
+MAN3= File::SearchPath.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-File-SearchPath/distinfo b/devel/p5-File-SearchPath/distinfo
new file mode 100644
index 000000000000..93d09f01a3cc
--- /dev/null
+++ b/devel/p5-File-SearchPath/distinfo
@@ -0,0 +1,2 @@
+SHA256 (File-SearchPath-0.06.tar.gz) = ffd6485d407c4013162ccf026b8120e6da1d94aaf3a47aa767e1b4b7546eb274
+SIZE (File-SearchPath-0.06.tar.gz) = 7252
diff --git a/devel/p5-File-SearchPath/pkg-descr b/devel/p5-File-SearchPath/pkg-descr
new file mode 100644
index 000000000000..a712694e0b51
--- /dev/null
+++ b/devel/p5-File-SearchPath/pkg-descr
@@ -0,0 +1,4 @@
+This module provides the ability to search a path-like environment variable
+for a file (that does not necessarily have to be an executable).
+
+WWW: http://search.cpan.org/dist/File-SearchPath/
diff --git a/devel/p5-File-SearchPath/pkg-plist b/devel/p5-File-SearchPath/pkg-plist
new file mode 100644
index 000000000000..24cba5e1062f
--- /dev/null
+++ b/devel/p5-File-SearchPath/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/File/SearchPath.pm
+@dirrm %%SITE_PERL%%/File