SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-local-lib/Makefile
Normal file
16
devel/p5-local-lib/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = create and use a local lib/ for perl modules with PERL5LIB
|
||||
|
||||
DISTNAME = local-lib-2.000029
|
||||
CATEGORIES = devel
|
||||
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
CPAN_AUTHOR = HAARG
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-local-lib/distinfo
Normal file
2
devel/p5-local-lib/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (local-lib-2.000029.tar.gz) = jfh6EMFMjpCcW0fFcB5LgYfVGeUlHofIBwmwK7M+/dc=
|
||||
SIZE (local-lib-2.000029.tar.gz) = 63789
|
6
devel/p5-local-lib/pkg/DESCR
Normal file
6
devel/p5-local-lib/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module provides a quick, convenient way of bootstrapping a
|
||||
user-local Perl module library located within the user's home directory.
|
||||
It also constructs and prints out for the user the list of environment
|
||||
variables using the syntax appropriate for the user's current shell (as
|
||||
specified by the "SHELL" environment variable), suitable for directly
|
||||
adding to one's shell configuration file.
|
16
devel/p5-local-lib/pkg/PLIST
Normal file
16
devel/p5-local-lib/pkg/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
${P5SITE}/POD2/
|
||||
${P5SITE}/POD2/DE/
|
||||
${P5SITE}/POD2/DE/local/
|
||||
${P5SITE}/POD2/DE/local/lib.pod
|
||||
${P5SITE}/POD2/PT_BR/
|
||||
${P5SITE}/POD2/PT_BR/local/
|
||||
${P5SITE}/POD2/PT_BR/local/lib.pod
|
||||
${P5SITE}/lib/
|
||||
${P5SITE}/lib/core/
|
||||
${P5SITE}/lib/core/only.pm
|
||||
${P5SITE}/local/
|
||||
${P5SITE}/local/lib.pm
|
||||
@man man/man3p/POD2::DE::local::lib.3p
|
||||
@man man/man3p/POD2::PT_BR::local::lib.3p
|
||||
@man man/man3p/lib::core::only.3p
|
||||
@man man/man3p/local::lib.3p
|
Loading…
Add table
Add a link
Reference in a new issue