summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Path-Class/Makefile24
-rw-r--r--devel/p5-Path-Class/distinfo2
-rw-r--r--devel/p5-Path-Class/pkg-descr4
-rw-r--r--devel/p5-Path-Class/pkg-plist10
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c4c845c..b723bc7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -892,6 +892,7 @@
SUBDIR += p5-Parse-RecDescent
SUBDIR += p5-Parse-Yapp
SUBDIR += p5-PatchReader
+ SUBDIR += p5-Path-Class
SUBDIR += p5-Penguin
SUBDIR += p5-Penguin-Easy
SUBDIR += p5-PerlIO-via-dynamic
diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile
new file mode 100644
index 0000000..78f3a0a
--- /dev/null
+++ b/devel/p5-Path-Class/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Path::Class
+# Date created: 2004-07-25
+# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Path-Class
+PORTVERSION= 0.07
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/K/KW/KWILLIAMS/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= elvis@sslab.cs.ccu.edu.tw
+COMMENT= Cross-platform path specification manipulation
+
+PERL_CONFIGURE= yes
+
+MAN3= Path::Class.3 \
+ Path::Class::File.3 \
+ Path::Class::Dir.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Path-Class/distinfo b/devel/p5-Path-Class/distinfo
new file mode 100644
index 0000000..58a0b97
--- /dev/null
+++ b/devel/p5-Path-Class/distinfo
@@ -0,0 +1,2 @@
+MD5 (Path-Class-0.07.tar.gz) = 295904ab2fb1d80d80310aa7e368371c
+SIZE (Path-Class-0.07.tar.gz) = 10649
diff --git a/devel/p5-Path-Class/pkg-descr b/devel/p5-Path-Class/pkg-descr
new file mode 100644
index 0000000..81373c9
--- /dev/null
+++ b/devel/p5-Path-Class/pkg-descr
@@ -0,0 +1,4 @@
+Path::Class - Cross-platform path specification manipulation
+
+Author: Ken Williams <KWILLIAMS@cpan.org>
+WWW: http://search.cpan.org/~kwilliams/Path-Class/
diff --git a/devel/p5-Path-Class/pkg-plist b/devel/p5-Path-Class/pkg-plist
new file mode 100644
index 0000000..745ee11
--- /dev/null
+++ b/devel/p5-Path-Class/pkg-plist
@@ -0,0 +1,10 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/Path/Class.pm
+%%SITE_PERL%%/Path/Class/Entity.pm
+%%SITE_PERL%%/Path/Class/Dir.pm
+%%SITE_PERL%%/Path/Class/File.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path
+@dirrm %%SITE_PERL%%/Path/Class
+@dirrm %%SITE_PERL%%/Path
OpenPOWER on IntegriCloud