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:
parent
71fa5214d0
commit
b0890bf969
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297489
@ -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
|
||||
|
21
devel/p5-File-Spec-Native/Makefile
Normal file
21
devel/p5-File-Spec-Native/Makefile
Normal 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>
|
2
devel/p5-File-Spec-Native/distinfo
Normal file
2
devel/p5-File-Spec-Native/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (File-Spec-Native-1.003.tar.gz) = bbb22c53d8cfdd3389f0b4bcf90077847347ef851d297026352eb9e5bb218156
|
||||
SIZE (File-Spec-Native-1.003.tar.gz) = 15799
|
6
devel/p5-File-Spec-Native/pkg-descr
Normal file
6
devel/p5-File-Spec-Native/pkg-descr
Normal 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/
|
7
devel/p5-File-Spec-Native/pkg-plist
Normal file
7
devel/p5-File-Spec-Native/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user