Importing Perl 5 module File::ShareDir::Install version 0.04 from CPAN
into devel/p5-File-ShareDir-Install. File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to File::ShareDir, which allows you to locate these files after installation. There is a port Module::Install::Share to ExtUtils::MakeMaker with the improvement of only installing the files you want; .svn and other source-control junk will be ignored.
This commit is contained in:
parent
dfc30851d8
commit
ca0f36d7f2
3 changed files with 31 additions and 0 deletions
7
devel/p5-File-ShareDir-Install/DESCR
Normal file
7
devel/p5-File-ShareDir-Install/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
File::ShareDir::Install allows you to install read-only data files from a
|
||||
distribution. It is a companion module to File::ShareDir, which allows you
|
||||
to locate these files after installation.
|
||||
|
||||
There is a port Module::Install::Share to ExtUtils::MakeMaker with the
|
||||
improvement of only installing the files you want; .svn and other
|
||||
source-control junk will be ignored.
|
19
devel/p5-File-ShareDir-Install/Makefile
Normal file
19
devel/p5-File-ShareDir-Install/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/07/05 12:54:56 sno Exp $
|
||||
|
||||
DISTNAME= File-ShareDir-Install-0.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
MAINTAINER= pkgsrc-p5-people@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/File-ShareDir-Install/
|
||||
COMMENT= Perl 5 module to install shared files
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/File/ShareDir/Install/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-File-ShareDir-Install/distinfo
Normal file
5
devel/p5-File-ShareDir-Install/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2012/07/05 12:54:56 sno Exp $
|
||||
|
||||
SHA1 (File-ShareDir-Install-0.04.tar.gz) = f06f0065a58427cbe5d0078a120144398632db3e
|
||||
RMD160 (File-ShareDir-Install-0.04.tar.gz) = 657e672f6b077d8eb69aa382a8fe51c3c176acd4
|
||||
Size (File-ShareDir-Install-0.04.tar.gz) = 4781 bytes
|
Loading…
Reference in a new issue