From da502c62f09254c196acadc562dfb213ee59fa56 Mon Sep 17 00:00:00 2001 From: vanilla Date: Sun, 25 Jul 2004 14:17:53 +0000 Subject: Add p5-Path-Class 0.07, cross-platform path specification manipulation. PR: ports/69562 Submitted by: Elvis Chiang --- devel/Makefile | 1 + devel/p5-Path-Class/Makefile | 24 ++++++++++++++++++++++++ devel/p5-Path-Class/distinfo | 2 ++ devel/p5-Path-Class/pkg-descr | 4 ++++ devel/p5-Path-Class/pkg-plist | 10 ++++++++++ 5 files changed, 41 insertions(+) create mode 100644 devel/p5-Path-Class/Makefile create mode 100644 devel/p5-Path-Class/distinfo create mode 100644 devel/p5-Path-Class/pkg-descr create mode 100644 devel/p5-Path-Class/pkg-plist 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 +# +# $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 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 +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 -- cgit v1.1