aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-F77
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2003-05-14 21:26:51 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2003-05-14 21:26:51 +0000
commita27c635fa40270576072d36b2baa18a774ebec22 (patch)
treee623ce157bfd7fcae869389199b6e9aaa1dd6cf9 /lang/p5-F77
parent0374c33f95df231a2c9bfe0fa5f84d288f477b38 (diff)
downloadports-a27c635fa40270576072d36b2baa18a774ebec22.tar.gz
ports-a27c635fa40270576072d36b2baa18a774ebec22.zip
Notes
Diffstat (limited to 'lang/p5-F77')
-rw-r--r--lang/p5-F77/Makefile3
-rw-r--r--lang/p5-F77/distinfo2
-rw-r--r--lang/p5-F77/pkg-descr2
-rw-r--r--lang/p5-F77/pkg-plist10
4 files changed, 9 insertions, 8 deletions
diff --git a/lang/p5-F77/Makefile b/lang/p5-F77/Makefile
index f1ccbeb2cbca..6f3c34686c4a 100644
--- a/lang/p5-F77/Makefile
+++ b/lang/p5-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-F77/distinfo b/lang/p5-F77/distinfo
index 517d67e945d3..d6286990daab 100644
--- a/lang/p5-F77/distinfo
+++ b/lang/p5-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-F77/pkg-descr b/lang/p5-F77/pkg-descr
index cf76985ec461..ef722a2f8c16 100644
--- a/lang/p5-F77/pkg-descr
+++ b/lang/p5-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-F77/pkg-plist b/lang/p5-F77/pkg-plist
index 19842fa65864..5db2c856338c 100644
--- a/lang/p5-F77/pkg-plist
+++ b/lang/p5-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