aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Cwd-Guard/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 16:24:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 16:24:01 +0000
commit11dfc497cc33cbb137aa38be09de3a4fdad81761 (patch)
tree9a25dc251ed49471d7881352f49fe0b796c98761 /devel/p5-Cwd-Guard/Makefile
parentad122a41af9985c644e11d80622154a9a0453ebe (diff)
downloadports-11dfc497cc33cbb137aa38be09de3a4fdad81761.tar.gz
ports-11dfc497cc33cbb137aa38be09de3a4fdad81761.zip
- Add p5-Cwd-Guard 0.04
CORE::chdir Cwd::Guard can change the current directory (chdir) using a limited scope. WWW: http://search.cpan.org/dist/Cwd-Guard/
Notes
Notes: svn path=/head/; revision=352927
Diffstat (limited to 'devel/p5-Cwd-Guard/Makefile')
-rw-r--r--devel/p5-Cwd-Guard/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-Cwd-Guard/Makefile b/devel/p5-Cwd-Guard/Makefile
new file mode 100644
index 000000000000..31413954a2ca
--- /dev/null
+++ b/devel/p5-Cwd-Guard/Makefile
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Cwd-Guard
+PORTVERSION= 0.04
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Temporary changing working directory (chdir)
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+USE_PERL5= modbuild
+USES= perl5
+
+.include <bsd.port.mk>