aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-chdir/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-12-10 10:32:18 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-12-10 10:32:18 +0000
commit824c481c06fb61a9818e592e9b7e77726984ca9e (patch)
treefc5d3aa2452bb1376f53c674468980ea17578df2 /devel/p5-File-chdir/Makefile
parentf834f97cd587b7ab73b2b8f31343b026e80593c8 (diff)
Notes
Diffstat (limited to 'devel/p5-File-chdir/Makefile')
-rw-r--r--devel/p5-File-chdir/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-File-chdir/Makefile b/devel/p5-File-chdir/Makefile
new file mode 100644
index 000000000000..e68dbc8c8625
--- /dev/null
+++ b/devel/p5-File-chdir/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: File-chdir
+# Date created: 10 December 2003
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File-chdir
+PORTVERSION= 0.06
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= File
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= A more sensible way to change directories
+
+PERL_CONFIGURE= yes
+
+MAN3= File::chdir.3
+
+.include <bsd.port.mk>