diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-19 15:46:13 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-19 15:46:13 +0000 |
commit | 7ecad417690bf1cb1b40226ec23e6ea7fb8cfa21 (patch) | |
tree | 1d5f6d4182fd9dfa5737a69b229fd55c7118ee29 /devel/p5-File-Find-Rule | |
parent | a151260546566b34b1a2f1673f1241cc23825720 (diff) | |
download | ports-7ecad417690bf1cb1b40226ec23e6ea7fb8cfa21.tar.gz ports-7ecad417690bf1cb1b40226ec23e6ea7fb8cfa21.zip |
Notes
Diffstat (limited to 'devel/p5-File-Find-Rule')
-rw-r--r-- | devel/p5-File-Find-Rule/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-File-Find-Rule/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-File-Find-Rule/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-File-Find-Rule/pkg-plist | 10 |
4 files changed, 45 insertions, 0 deletions
diff --git a/devel/p5-File-Find-Rule/Makefile b/devel/p5-File-Find-Rule/Makefile new file mode 100644 index 000000000000..3ecbae84e904 --- /dev/null +++ b/devel/p5-File-Find-Rule/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: File-Find-Rule +# Date created: 19 May 2003 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= File-Find-Rule +PORTVERSION= 0.10 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= Alternative interface to File::Find + +BUILD_DEPENDS= ${SITE_PERL}/Number/Compare.pm:${PORTSDIR}/math/p5-Number-Compare \ + ${SITE_PERL}/Text/Glob.pm:${PORTSDIR}/textproc/p5-Text-Glob +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= findrule.1 +MAN3= File::Find::Extending.3 File::Find::Rule.3 + +.include <bsd.port.mk> diff --git a/devel/p5-File-Find-Rule/distinfo b/devel/p5-File-Find-Rule/distinfo new file mode 100644 index 000000000000..2d228ce913a7 --- /dev/null +++ b/devel/p5-File-Find-Rule/distinfo @@ -0,0 +1 @@ +MD5 (File-Find-Rule-0.10.tar.gz) = 1409fb97fac9f1b71ccaf3784fee2b96 diff --git a/devel/p5-File-Find-Rule/pkg-descr b/devel/p5-File-Find-Rule/pkg-descr new file mode 100644 index 000000000000..d85bbadd56e9 --- /dev/null +++ b/devel/p5-File-Find-Rule/pkg-descr @@ -0,0 +1,7 @@ +File::Find::Rule is a friendlier interface to File::Find. It allows you +to build rules which specify the desired files and directories. + +WWW: http://search.cpan.org/dist/File-Find-Rule/ + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/devel/p5-File-Find-Rule/pkg-plist b/devel/p5-File-Find-Rule/pkg-plist new file mode 100644 index 000000000000..7622394334d4 --- /dev/null +++ b/devel/p5-File-Find-Rule/pkg-plist @@ -0,0 +1,10 @@ +bin/findrule +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Rule/.packlist +%%SITE_PERL%%/File/Find/Rule.pm +%%SITE_PERL%%/File/Find/Rule/Extending.pod +@unexec rmdir %D/%%SITE_PERL%%/File/Find/Rule 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/File/Find 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Rule 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true |