aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Cwd-Guard/Makefile
diff options
context:
space:
mode:
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>