summaryrefslogtreecommitdiff
path: root/lang/p5-ExtUtils-F77/pkg-descr
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-12-07 21:17:41 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-12-07 21:17:41 +0000
commit320e5ece0968c27d075ca4804aa77e3e68f94484 (patch)
tree21795551873634f3939e4c9715a12d6c52cce8cd /lang/p5-ExtUtils-F77/pkg-descr
parentThe software's www page has been moved. (diff)
Tells you how to link C programs with Fortran subroutines.
Required by the new pgperl version.
Notes
Notes: svn path=/head/; revision=23645
Diffstat (limited to 'lang/p5-ExtUtils-F77/pkg-descr')
-rw-r--r--lang/p5-ExtUtils-F77/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/p5-ExtUtils-F77/pkg-descr b/lang/p5-ExtUtils-F77/pkg-descr
new file mode 100644
index 000000000000..cf76985ec461
--- /dev/null
+++ b/lang/p5-ExtUtils-F77/pkg-descr
@@ -0,0 +1,4 @@
+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!