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:
bluhm 2013-08-08 20:25:13 +00:00
parent 40015f2de0
commit 90d85adb4c
4 changed files with 40 additions and 0 deletions

View 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>

View 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

View 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.

View 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