1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

This module is a stupid hack to make the default File::Spec behavior

available from a subclass.  This can be useful when using another
module that expects a subclass of File::Spec but you want to use the
current, native OS format (automatically detected by File::Spec).

WWW: http://search.cpan.org/dist/File-Spec-Native/
This commit is contained in:
Jun Kuriyama 2012-05-26 15:41:00 +00:00
parent 71fa5214d0
commit b0890bf969
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297489
5 changed files with 37 additions and 0 deletions

View File

@ -1841,6 +1841,7 @@
SUBDIR += p5-File-ShareDir-ProjectDistDir
SUBDIR += p5-File-Slurp
SUBDIR += p5-File-Slurp-Tree
SUBDIR += p5-File-Spec-Native
SUBDIR += p5-File-Stream
SUBDIR += p5-File-Sync
SUBDIR += p5-File-Tail

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: File::Spec::Native
# Date created: 27 May 2012
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-Spec-Native
PORTVERSION= 1.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for native OS implementation of File::Spec
PERL_CONFIGURE= yes
MAN3= File::Spec::Native.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (File-Spec-Native-1.003.tar.gz) = bbb22c53d8cfdd3389f0b4bcf90077847347ef851d297026352eb9e5bb218156
SIZE (File-Spec-Native-1.003.tar.gz) = 15799

View File

@ -0,0 +1,6 @@
This module is a stupid hack to make the default File::Spec behavior
available from a subclass. This can be useful when using another
module that expects a subclass of File::Spec but you want to use the
current, native OS format (automatically detected by File::Spec).
WWW: http://search.cpan.org/dist/File-Spec-Native/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Spec/Native/.packlist
%%SITE_PERL%%/File/Spec/Native.pm
@dirrmtry %%SITE_PERL%%/File/Spec
@dirrmtry %%SITE_PERL%%/File
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Spec/Native
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Spec
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File