mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.21
This commit is contained in:
parent
f1c183c944
commit
f5b16f6061
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91425
3 changed files with 5 additions and 4 deletions
|
@ -6,12 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= Module-Build
|
||||
PORTVERSION= 0.20.02
|
||||
PORTVERSION= 0.21
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Module/KWILLIAMS
|
||||
MASTER_SITE_SUBDIR= Module
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/_\1/}
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= Build and install Perl modules
|
||||
|
@ -38,6 +37,7 @@ MAN3= Module::Build.3 \
|
|||
Module::Build::Platform::VMS.3 \
|
||||
Module::Build::Platform::VOS.3 \
|
||||
Module::Build::Platform::Windows.3 \
|
||||
Module::Build::Platform::cygwin.3 \
|
||||
Module::Build::Platform::darwin.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Module-Build-0.20_02.tar.gz) = 068bbb96a33607d2836804720d431c5e
|
||||
MD5 (Module-Build-0.21.tar.gz) = 3b9b9f5ea58d6a8250737555aa8b6caf
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
%%SITE_PERL%%/Module/Build/Platform/VMS.pm
|
||||
%%SITE_PERL%%/Module/Build/Platform/VOS.pm
|
||||
%%SITE_PERL%%/Module/Build/Platform/Windows.pm
|
||||
%%SITE_PERL%%/Module/Build/Platform/cygwin.pm
|
||||
%%SITE_PERL%%/Module/Build/Platform/darwin.pm
|
||||
@dirrm %%SITE_PERL%%/Module/Build/Platform
|
||||
@dirrm %%SITE_PERL%%/Module/Build
|
||||
|
|
Loading…
Add table
Reference in a new issue