mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to 0.26.12. Only use some of the optional dependencies for perl
from ports, so that it mostly works with the base system perl.
This commit is contained in:
parent
643692965a
commit
c9c4c3172b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158309
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Module-Build
|
||||
PORTVERSION= 0.26.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.26.12
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Module/KWILLIAMS
|
||||
@ -18,8 +17,6 @@ MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Build and install Perl modules
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
|
||||
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
||||
${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
@ -38,6 +35,8 @@ post-install:
|
||||
|
||||
.if ${PERL_LEVEL} > 500600
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
|
||||
|
||||
MAN3= Module::Build.3 \
|
||||
Module::Build::Base.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Module-Build-0.2611.tar.gz) = d0fa9a7917ed43d1c1f8b707e86b6061
|
||||
SHA256 (Module-Build-0.2611.tar.gz) = 67c5e2218f74aaf2824003687ac213208863c2dff1b1561d114b5f7dd2329b78
|
||||
SIZE (Module-Build-0.2611.tar.gz) = 128786
|
||||
MD5 (Module-Build-0.2612.tar.gz) = fa1504741e9c931f75e804953c1d5417
|
||||
SHA256 (Module-Build-0.2612.tar.gz) = f2aea94cd34297cacf4659386d817fd1c65a34f2d759965d8a3dd2cfdb26408e
|
||||
SIZE (Module-Build-0.2612.tar.gz) = 129033
|
||||
|
Loading…
Reference in New Issue
Block a user