aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-ExtUtils-F77
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2003-05-15 05:26:51 +0800
committerjmz <jmz@FreeBSD.org>2003-05-15 05:26:51 +0800
commit60ba53e0ab697574129e87ff8ba51c064bb23a37 (patch)
treeabf976b2f232022ddc5171872d9a4a6bed6aab47 /lang/p5-ExtUtils-F77
parent71ac2b9bd9952310c3a16af6bb92c457d64f032f (diff)
downloadfreebsd-ports-gnome-60ba53e0ab697574129e87ff8ba51c064bb23a37.tar.gz
freebsd-ports-gnome-60ba53e0ab697574129e87ff8ba51c064bb23a37.tar.zst
freebsd-ports-gnome-60ba53e0ab697574129e87ff8ba51c064bb23a37.zip
Update to 1.14
Add WWW PR: ports/52245 Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'lang/p5-ExtUtils-F77')
-rw-r--r--lang/p5-ExtUtils-F77/Makefile3
-rw-r--r--lang/p5-ExtUtils-F77/distinfo2
-rw-r--r--lang/p5-ExtUtils-F77/pkg-descr2
-rw-r--r--lang/p5-ExtUtils-F77/pkg-plist10
4 files changed, 9 insertions, 8 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile
index f1ccbeb2cbca..6f3c34686c4a 100644
--- a/lang/p5-ExtUtils-F77/Makefile
+++ b/lang/p5-ExtUtils-F77/Makefile
@@ -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>
diff --git a/lang/p5-ExtUtils-F77/distinfo b/lang/p5-ExtUtils-F77/distinfo
index 517d67e945d3..d6286990daab 100644
--- a/lang/p5-ExtUtils-F77/distinfo
+++ b/lang/p5-ExtUtils-F77/distinfo
@@ -1 +1 @@
-MD5 (ExtUtils-F77-1.13.tar.gz) = 71c936324740b9fb5292a2c225ce73a1
+MD5 (ExtUtils-F77-1.14.tar.gz) = 8b25d181fdedd3cdc6d5d26b9bf94d27
diff --git a/lang/p5-ExtUtils-F77/pkg-descr b/lang/p5-ExtUtils-F77/pkg-descr
index cf76985ec461..ef722a2f8c16 100644
--- a/lang/p5-ExtUtils-F77/pkg-descr
+++ b/lang/p5-ExtUtils-F77/pkg-descr
@@ -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/
diff --git a/lang/p5-ExtUtils-F77/pkg-plist b/lang/p5-ExtUtils-F77/pkg-plist
index 19842fa65864..5db2c856338c 100644
--- a/lang/p5-ExtUtils-F77/pkg-plist
+++ b/lang/p5-ExtUtils-F77/pkg-plist
@@ -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