mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- update to 0.2801
This commit is contained in:
parent
8671eb1aaf
commit
b95a72ed14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163063
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Module-Build
|
||||
PORTVERSION= 0.26.12
|
||||
PORTVERSION= 0.28.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Module/KWILLIAMS
|
||||
@ -19,6 +19,7 @@ COMMENT= Build and install Perl modules
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
@ -40,10 +41,14 @@ RUN_DEPENDS+= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
|
||||
.endif
|
||||
|
||||
MAN3= Module::Build.3 \
|
||||
Module::Build::API.3 \
|
||||
Module::Build::Authoring.3 \
|
||||
Module::Build::Base.3 \
|
||||
Module::Build::Compat.3 \
|
||||
Module::Build::ConfigData.3 \
|
||||
Module::Build::Cookbook.3 \
|
||||
Module::Build::ModuleInfo.3 \
|
||||
Module::Build::Notes.3 \
|
||||
Module::Build::PPMMaker.3 \
|
||||
Module::Build::Platform::Amiga.3 \
|
||||
Module::Build::Platform::Default.3 \
|
||||
@ -58,7 +63,8 @@ MAN3= Module::Build.3 \
|
||||
Module::Build::Platform::aix.3 \
|
||||
Module::Build::Platform::cygwin.3 \
|
||||
Module::Build::Platform::darwin.3 \
|
||||
Module::Build::Platform::os2.3
|
||||
Module::Build::Platform::os2.3 \
|
||||
Module::Build::YAML.3
|
||||
MAN1= config_data.1
|
||||
|
||||
.if ${PERL_LEVEL} < 500805
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Module-Build-0.2612.tar.gz) = fa1504741e9c931f75e804953c1d5417
|
||||
SHA256 (Module-Build-0.2612.tar.gz) = f2aea94cd34297cacf4659386d817fd1c65a34f2d759965d8a3dd2cfdb26408e
|
||||
SIZE (Module-Build-0.2612.tar.gz) = 129033
|
||||
MD5 (Module-Build-0.2801.tar.gz) = fa10e5b53bc41e3948df56d4d115764d
|
||||
SHA256 (Module-Build-0.2801.tar.gz) = cc85a53e8e8617df54d161bd126c88d2782b43538e14710122017e2c4f7e56bb
|
||||
SIZE (Module-Build-0.2801.tar.gz) = 180503
|
||||
|
@ -1,10 +1,14 @@
|
||||
@comment $FreeBSD$
|
||||
bin/config_data
|
||||
%%SITE_PERL%%/Module/Build.pm
|
||||
%%SITE_PERL%%/Module/Build/API.pod
|
||||
%%SITE_PERL%%/Module/Build/Authoring.pod
|
||||
%%SITE_PERL%%/Module/Build/Base.pm
|
||||
%%SITE_PERL%%/Module/Build/Compat.pm
|
||||
%%SITE_PERL%%/Module/Build/ConfigData.pm
|
||||
%%SITE_PERL%%/Module/Build/Cookbook.pm
|
||||
%%SITE_PERL%%/Module/Build/ModuleInfo.pm
|
||||
%%SITE_PERL%%/Module/Build/Notes.pm
|
||||
%%SITE_PERL%%/Module/Build/PPMMaker.pm
|
||||
%%SITE_PERL%%/Module/Build/Platform/Amiga.pm
|
||||
%%SITE_PERL%%/Module/Build/Platform/Default.pm
|
||||
@ -21,6 +25,7 @@ bin/config_data
|
||||
%%SITE_PERL%%/Module/Build/Platform/darwin.pm
|
||||
%%SITE_PERL%%/Module/Build/Platform/os2.pm
|
||||
%%SITE_PERL%%/Module/Build/PodParser.pm
|
||||
%%SITE_PERL%%/Module/Build/YAML.pm
|
||||
@dirrm %%SITE_PERL%%/Module/Build/Platform
|
||||
@dirrm %%SITE_PERL%%/Module/Build
|
||||
@dirrmtry %%SITE_PERL%%/Module
|
||||
|
Loading…
Reference in New Issue
Block a user