mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.3624
Changes: http://cpansearch.perl.org/src/DAGOLDEN/Module-Build-0.3624/Changes
This commit is contained in:
parent
513dbd8053
commit
aa7708a645
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270211
2 changed files with 12 additions and 10 deletions
|
@ -6,19 +6,20 @@
|
|||
#
|
||||
|
||||
PORTNAME= Module-Build
|
||||
PORTVERSION= 0.3607
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3624
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITES= CPAN/../../authors/id/D/DA/DAGOLDEN
|
||||
PKGNAMEPREFIX= p5-
|
||||
#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Build and install Perl modules
|
||||
|
||||
RUN_DEPENDS= p5-YAML-Tiny>=1.40:${PORTSDIR}/textproc/p5-YAML-Tiny \
|
||||
p5-ExtUtils-CBuilder>=0.15:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
|
||||
p5-ExtUtils-ParseXS>=1.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
|
||||
RUN_DEPENDS= p5-CPAN-Meta-YAML>=0.002:${PORTSDIR}/devel/p5-CPAN-Meta-YAML \
|
||||
p5-Perl-OSType>=1.000:${PORTSDIR}/devel/p5-Perl-OSType \
|
||||
p5-Module-Metadata>=1.000002:${PORTSDIR}/devel/p5-Module-Metadata \
|
||||
p5-ExtUtils-CBuilder>=0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
|
||||
p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
|
||||
p5-ExtUtils-Install>=1.54:${PORTSDIR}/devel/p5-ExtUtils-Install
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
@ -60,7 +61,9 @@ MAN3= inc::latest.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::Version.3 \
|
||||
Module::Build::YAML.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (Module-Build-0.3607.tar.gz) = 9dbbbed68e80e28a9e9f3ab5512a6dab
|
||||
SHA256 (Module-Build-0.3607.tar.gz) = bb7eb79be077db98980e2d2052152dd77b9de7399e371240d5fd71b665d91de2
|
||||
SIZE (Module-Build-0.3607.tar.gz) = 297358
|
||||
SHA256 (Module-Build-0.3624.tar.gz) = 4cad71bb5c36102cb26181668333ac972dc7ee8bcd3d7057da1f98d9ff361bb1
|
||||
SIZE (Module-Build-0.3624.tar.gz) = 302003
|
||||
|
|
Loading…
Add table
Reference in a new issue