mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
- Add p5-Log-Report-Optional 1.01
Log::Report::Optional will allow libraries (helper modules) to have a dependency to a small module instead of the full Log-Report distribution. The full power of Log::Report is only released when the main program uses that module. In that case, the module using the 'Optional' will also use the full Log::Report, otherwise the dressed-down Log::Report::Minimal version. WWW: http://search.cpan.org/dist/Log-Report-Optional/
This commit is contained in:
parent
e3df8df28d
commit
1c403aaa10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376246
5 changed files with 44 additions and 0 deletions
|
@ -2338,6 +2338,7 @@
|
|||
SUBDIR += p5-Log-Message-Simple
|
||||
SUBDIR += p5-Log-Minimal
|
||||
SUBDIR += p5-Log-Report
|
||||
SUBDIR += p5-Log-Report-Optional
|
||||
SUBDIR += p5-Log-Simple
|
||||
SUBDIR += p5-Log-Trace
|
||||
SUBDIR += p5-Log-TraceMessages
|
||||
|
|
22
devel/p5-Log-Report-Optional/Makefile
Normal file
22
devel/p5-Log-Report-Optional/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Log-Report-Optional
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Log::Report or ::Minimal
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-String-Print>=0.13:${PORTSDIR}/textproc/p5-String-Print
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Log-Report-Optional/distinfo
Normal file
2
devel/p5-Log-Report-Optional/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Log-Report-Optional-1.01.tar.gz) = 0e01b255a9249220cee9fa8a06d17cbd9f221bbcc21198773a4ce2ff1a899eb8
|
||||
SIZE (Log-Report-Optional-1.01.tar.gz) = 11063
|
7
devel/p5-Log-Report-Optional/pkg-descr
Normal file
7
devel/p5-Log-Report-Optional/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Log::Report::Optional will allow libraries (helper modules) to have a dependency
|
||||
to a small module instead of the full Log-Report distribution. The full power of
|
||||
Log::Report is only released when the main program uses that module. In that
|
||||
case, the module using the 'Optional' will also use the full Log::Report,
|
||||
otherwise the dressed-down Log::Report::Minimal version.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Log-Report-Optional/
|
12
devel/p5-Log-Report-Optional/pkg-plist
Normal file
12
devel/p5-Log-Report-Optional/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
|||
%%SITE_PERL%%/Log/Report/Minimal.pm
|
||||
%%SITE_PERL%%/Log/Report/Minimal.pod
|
||||
%%SITE_PERL%%/Log/Report/Minimal/Domain.pm
|
||||
%%SITE_PERL%%/Log/Report/Minimal/Domain.pod
|
||||
%%SITE_PERL%%/Log/Report/Optional.pm
|
||||
%%SITE_PERL%%/Log/Report/Optional.pod
|
||||
%%SITE_PERL%%/Log/Report/Util.pm
|
||||
%%SITE_PERL%%/Log/Report/Util.pod
|
||||
%%PERL5_MAN3%%/Log::Report::Minimal.3.gz
|
||||
%%PERL5_MAN3%%/Log::Report::Minimal::Domain.3.gz
|
||||
%%PERL5_MAN3%%/Log::Report::Optional.3.gz
|
||||
%%PERL5_MAN3%%/Log::Report::Util.3.gz
|
Loading…
Add table
Reference in a new issue