import p5-File-Attributes-Recursive
This module works like File::Attributes, but will recurse up the directory tree until a matching attribute is found.
This commit is contained in:
parent
f0b2dee933
commit
052c08b6d2
26
devel/p5-File-Attributes-Recursive/Makefile
Normal file
26
devel/p5-File-Attributes-Recursive/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:14:09 simon Exp $
|
||||
|
||||
COMMENT = inherit file attributes from parent directories
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = File-Attributes-Recursive-0.02
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
RUN_DEPENDS = ::devel/p5-File-Attributes \
|
||||
::devel/p5-Path-Class
|
||||
|
||||
# p5-Directory-Scratch should be REGRESS_DEPENDS but Module::Install screws up
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS} \
|
||||
::devel/p5-Directory-Scratch
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-File-Attributes-Recursive/distinfo
Normal file
5
devel/p5-File-Attributes-Recursive/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (File-Attributes-Recursive-0.02.tar.gz) = 637UTHXOeeuu2It2oI29PA==
|
||||
RMD160 (File-Attributes-Recursive-0.02.tar.gz) = YN7+xnEp5PHyTP0XowcaiUjlt38=
|
||||
SHA1 (File-Attributes-Recursive-0.02.tar.gz) = jz4twW/JAF5VNyPn+UAWZbfvvkM=
|
||||
SHA256 (File-Attributes-Recursive-0.02.tar.gz) = nq37AHKl0FmTgXJ81CrRJaPZmEGcfEwZWolrqGz4IK4=
|
||||
SIZE (File-Attributes-Recursive-0.02.tar.gz) = 25265
|
2
devel/p5-File-Attributes-Recursive/pkg/DESCR
Normal file
2
devel/p5-File-Attributes-Recursive/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module works like File::Attributes, but will recurse up the
|
||||
directory tree until a matching attribute is found.
|
3
devel/p5-File-Attributes-Recursive/pkg/PLIST
Normal file
3
devel/p5-File-Attributes-Recursive/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/09 21:14:09 simon Exp $
|
||||
${P5SITE}/File/Attributes/Recursive.pm
|
||||
@man man/man3p/File::Attributes::Recursive.3p
|
Loading…
Reference in New Issue
Block a user