Initial import of p5-File-Find-Object-Rule 0.0303
File::Find::Object::Rule is a friendlier interface to File::Find::Object. It allows you to build rules which specify the desired files and directories.
This commit is contained in:
parent
40015f2de0
commit
90d85adb4c
25
devel/p5-File-Find-Object-Rule/Makefile
Normal file
25
devel/p5-File-Find-Object-Rule/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/08/08 20:25:13 bluhm Exp $
|
||||
|
||||
COMMENT = alternative interface to File::Find::Object
|
||||
|
||||
DISTNAME = File-Find-Object-Rule-0.0303
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = cpan
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/p5-Class-XSAccessor \
|
||||
devel/p5-File-Find-Object>=0.2.1 \
|
||||
devel/p5-Number-Compare \
|
||||
textproc/p5-Text-Glob
|
||||
TEST_DEPENDS = devel/p5-Test-Pod>=1.14 \
|
||||
devel/p5-Test-Pod-Coverage>=1.04
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-Find-Object-Rule/distinfo
Normal file
2
devel/p5-File-Find-Object-Rule/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (File-Find-Object-Rule-0.0303.tar.gz) = mVf2Hbv+r8V6anUl1pOhfxE11asO789+tGGwAv81X9k=
|
||||
SIZE (File-Find-Object-Rule-0.0303.tar.gz) = 25983
|
3
devel/p5-File-Find-Object-Rule/pkg/DESCR
Normal file
3
devel/p5-File-Find-Object-Rule/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
File::Find::Object::Rule is a friendlier interface to File::Find::Object.
|
||||
It allows you to build rules which specify the desired files and
|
||||
directories.
|
10
devel/p5-File-Find-Object-Rule/pkg/PLIST
Normal file
10
devel/p5-File-Find-Object-Rule/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/08/08 20:25:13 bluhm Exp $
|
||||
bin/findorule
|
||||
${P5SITE}/File/Find/Object/Rule/
|
||||
${P5SITE}/File/Find/Object/Rule.pm
|
||||
${P5SITE}/File/Find/Object/Rule/Extending.pod
|
||||
${P5SITE}/File/Find/Object/Rule/Procedural.pod
|
||||
@man man/man1/findorule.1
|
||||
@man man/man3p/File::Find::Object::Rule.3p
|
||||
@man man/man3p/File::Find::Object::Rule::Extending.3p
|
||||
@man man/man3p/File::Find::Object::Rule::Procedural.3p
|
Loading…
Reference in New Issue
Block a user