find info related to a module easily

This commit is contained in:
espie 2006-11-12 16:28:11 +00:00
parent a3a6f7483f
commit 5b9638128c
5 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/12 16:28:11 espie Exp $
COMMENT= "locate install data per-module"
MODULES= cpan
DISTNAME= File-ShareDir-0.05
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Params-Util \
::devel/p5-Class-Inspector
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (File-ShareDir-0.05.tar.gz) = f15b8ee973bc304732e41f89e7d5b71a
RMD160 (File-ShareDir-0.05.tar.gz) = 3ae221a548695449604a6afa95bcf6abe6cf7b92
SHA1 (File-ShareDir-0.05.tar.gz) = dcbbad18d6dc7646be5acad7e979ec3b42310b1d
SIZE (File-ShareDir-0.05.tar.gz) = 24340

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/11/12 16:28:11 espie Exp $
--- Makefile.PL.orig Sun Nov 12 01:29:00 2006
+++ Makefile.PL Sun Nov 12 01:29:05 2006
@@ -3,8 +3,8 @@ use inc::Module::Install;
name 'File-ShareDir';
all_from 'lib/File/ShareDir.pm';
requires 'Carp' => 0;
-requires 'Params::Util' => '0.07';
-requires 'Class::Inspector' => '1.12';
+#requires 'Params::Util' => '0.07';
+#requires 'Class::Inspector' => '1.12';
requires 'File::Spec' => '0.80';
build_requires 'Test::More' => '0.47';
install_share;

View File

@ -0,0 +1,6 @@
Quite often you want or need your Perl module (CPAN or otherwise) to
have access to a large amount of read-only data that is stored on the
file-system at run-time.
"File::ShareDir" provides four functions for locating files and
directories.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/12 16:28:11 espie Exp $
${P5SITE}/File/
${P5SITE}/File/ShareDir.pm
${P5SITE}/auto/
${P5SITE}/auto/File/
${P5SITE}/auto/File/ShareDir/
${P5SITE}/auto/File/ShareDir/sample.txt
@man man/man3p/File::ShareDir.3p