find info related to a module easily
This commit is contained in:
parent
a3a6f7483f
commit
5b9638128c
19
devel/p5-File-ShareDir/Makefile
Normal file
19
devel/p5-File-ShareDir/Makefile
Normal 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>
|
4
devel/p5-File-ShareDir/distinfo
Normal file
4
devel/p5-File-ShareDir/distinfo
Normal 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
|
14
devel/p5-File-ShareDir/patches/patch-Makefile_PL
Normal file
14
devel/p5-File-ShareDir/patches/patch-Makefile_PL
Normal 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;
|
6
devel/p5-File-ShareDir/pkg/DESCR
Normal file
6
devel/p5-File-ShareDir/pkg/DESCR
Normal 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.
|
8
devel/p5-File-ShareDir/pkg/PLIST
Normal file
8
devel/p5-File-ShareDir/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user