diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-02-27 19:24:45 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-02-27 19:24:45 +0000 |
commit | dde3a89e47dc5ea64059dfbc143aaaf4a5d24d9c (patch) | |
tree | f48ec89e5829d16ac8a95182636e183d4f89553a /devel/p5-File-PathConvert | |
parent | 99f99e9cf76d0c55ecf985e3310fcfc4c62618fe (diff) | |
download | ports-dde3a89e47dc5ea64059dfbc143aaaf4a5d24d9c.tar.gz ports-dde3a89e47dc5ea64059dfbc143aaaf4a5d24d9c.zip |
Notes
Diffstat (limited to 'devel/p5-File-PathConvert')
-rw-r--r-- | devel/p5-File-PathConvert/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-File-PathConvert/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-File-PathConvert/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-File-PathConvert/pkg-plist | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-File-PathConvert/Makefile b/devel/p5-File-PathConvert/Makefile new file mode 100644 index 000000000000..9633658135b5 --- /dev/null +++ b/devel/p5-File-PathConvert/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-File-PathConvert +# Date created: 27 February 2005 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= File-PathConvert +PORTVERSION= 0.9 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= File::PathConvert - Various path conversion routines + +PERL_CONFIGURE= yes + +MAN3= File::PathConvert.3 + +.include <bsd.port.mk> diff --git a/devel/p5-File-PathConvert/distinfo b/devel/p5-File-PathConvert/distinfo new file mode 100644 index 000000000000..307f9b373c48 --- /dev/null +++ b/devel/p5-File-PathConvert/distinfo @@ -0,0 +1,2 @@ +MD5 (File-PathConvert-0.9.tar.gz) = 64e731d1165a0bd5e8f3de93775d7795 +SIZE (File-PathConvert-0.9.tar.gz) = 23807 diff --git a/devel/p5-File-PathConvert/pkg-descr b/devel/p5-File-PathConvert/pkg-descr new file mode 100644 index 000000000000..3bc6355345cb --- /dev/null +++ b/devel/p5-File-PathConvert/pkg-descr @@ -0,0 +1,8 @@ +File::PathConvert provides functions to convert between absolute and +relative paths, and from logical paths to physical paths on a variety of +filesystems, including the URL 'filesystem'. + +For new programs, it is probably better to use File::Spec and Cwd +modules, if you can help it. + +WWW: http://search.cpan.org/dist/File-PathConvert diff --git a/devel/p5-File-PathConvert/pkg-plist b/devel/p5-File-PathConvert/pkg-plist new file mode 100644 index 000000000000..5e70cba60456 --- /dev/null +++ b/devel/p5-File-PathConvert/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/File/PathConvert.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/PathConvert/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/PathConvert 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true |