SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/p5-File-Attributes-Recursive/Makefile
Normal file
21
devel/p5-File-Attributes-Recursive/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT = inherit file attributes from parent directories
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = File-Attributes-Recursive-0.02
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-File-Attributes \
|
||||
devel/p5-Path-Class
|
||||
|
||||
# p5-Directory-Scratch should be TEST_DEPENDS but Module::Install screws up
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS} \
|
||||
devel/p5-Directory-Scratch
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-Attributes-Recursive/distinfo
Normal file
2
devel/p5-File-Attributes-Recursive/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
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.
|
2
devel/p5-File-Attributes-Recursive/pkg/PLIST
Normal file
2
devel/p5-File-Attributes-Recursive/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/File/Attributes/Recursive.pm
|
||||
@man man/man3p/File::Attributes::Recursive.3p
|
Loading…
Add table
Add a link
Reference in a new issue