mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update to 1.14
Add WWW PR: ports/52245 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
0374c33f95
commit
a27c635fa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80997
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ExtUtils-F77
|
||||
PORTVERSION= 1.13
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= lang perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ExtUtils
|
||||
@ -17,7 +17,6 @@ COMMENT= Helps link C programs with Fortran subroutines
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= ExtUtils::F77.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ExtUtils-F77-1.13.tar.gz) = 71c936324740b9fb5292a2c225ce73a1
|
||||
MD5 (ExtUtils-F77-1.14.tar.gz) = 8b25d181fdedd3cdc6d5d26b9bf94d27
|
||||
|
@ -2,3 +2,5 @@ This module tries to figure out how to link C programs with
|
||||
Fortran subroutines on your system. Basically one must add a list
|
||||
of Fortran runtime libraries. The problem is their location
|
||||
and name varies with each OS/compiler combination!
|
||||
|
||||
WWW: http://search.cpan.org/dist/ExtUtils-F77/
|
||||
|
@ -1,5 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ExtUtils/F77.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ExtUtils/F77/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ExtUtils/F77
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ExtUtils 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/ExtUtils 2>/dev/null || true
|
||||
%%SITE_PERL%%/ExtUtils/F77.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/ExtUtils 2>/dev/null || true
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ExtUtils-F77
|
||||
PORTVERSION= 1.13
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= lang perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ExtUtils
|
||||
@ -17,7 +17,6 @@ COMMENT= Helps link C programs with Fortran subroutines
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= ExtUtils::F77.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ExtUtils-F77-1.13.tar.gz) = 71c936324740b9fb5292a2c225ce73a1
|
||||
MD5 (ExtUtils-F77-1.14.tar.gz) = 8b25d181fdedd3cdc6d5d26b9bf94d27
|
||||
|
@ -2,3 +2,5 @@ This module tries to figure out how to link C programs with
|
||||
Fortran subroutines on your system. Basically one must add a list
|
||||
of Fortran runtime libraries. The problem is their location
|
||||
and name varies with each OS/compiler combination!
|
||||
|
||||
WWW: http://search.cpan.org/dist/ExtUtils-F77/
|
||||
|
@ -1,5 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/ExtUtils/F77.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ExtUtils/F77/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ExtUtils/F77
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ExtUtils 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/ExtUtils 2>/dev/null || true
|
||||
%%SITE_PERL%%/ExtUtils/F77.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/ExtUtils 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user