mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add devel/p5-File-Attributes-Recursive 0.02, a variant of
p5-File-Attributes that inherits file attributes from parent directories.
This commit is contained in:
parent
5bc0f6d620
commit
deaca25762
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189177
@ -1121,6 +1121,7 @@
|
||||
SUBDIR += p5-FSA-Rules
|
||||
SUBDIR += p5-File-Append-TempFile
|
||||
SUBDIR += p5-File-Attributes
|
||||
SUBDIR += p5-File-Attributes-Recursive
|
||||
SUBDIR += p5-File-BaseDir
|
||||
SUBDIR += p5-File-BasicFlock
|
||||
SUBDIR += p5-File-Binary
|
||||
|
33
devel/p5-File-Attributes-Recursive/Makefile
Normal file
33
devel/p5-File-Attributes-Recursive/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: devel/p5-File-Attributes-Recursive
|
||||
# Date created: 04 April 2007
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-Attributes-Recursive
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Inherit file attributes from parent directories
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Directory/Scratch.pm:${PORTSDIR}/devel/p5-Directory-Scratch \
|
||||
${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
|
||||
${SITE_PERL}/File/Attributes.pm:${PORTSDIR}/devel/p5-File-Attributes
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= File::Attributes::Recursive.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= one of the dependencies requires perl5.8
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-File-Attributes-Recursive/distinfo
Normal file
3
devel/p5-File-Attributes-Recursive/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (File-Attributes-Recursive-0.02.tar.gz) = eb7ed44c75ce79ebaed88b76a08dbd3c
|
||||
SHA256 (File-Attributes-Recursive-0.02.tar.gz) = 9eadfb0072a5d0599381727cd42ad125a3d998419c7c4c195a896ba86cf820ae
|
||||
SIZE (File-Attributes-Recursive-0.02.tar.gz) = 25265
|
4
devel/p5-File-Attributes-Recursive/pkg-descr
Normal file
4
devel/p5-File-Attributes-Recursive/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Works like File::Attributes, but will recurse up the directory tree
|
||||
until a matching attribute is found.
|
||||
|
||||
WWW: http://search.cpan.org/dist/File-Attributes-Recursive/
|
7
devel/p5-File-Attributes-Recursive/pkg-plist
Normal file
7
devel/p5-File-Attributes-Recursive/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/File/Attributes/Recursive.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Attributes/Recursive/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Attributes/Recursive
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Attributes
|
||||
@dirrmtry %%SITE_PERL%%/File/Attributes
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
||||
@dirrmtry %%SITE_PERL%%/File
|
Loading…
Reference in New Issue
Block a user