diff options
Diffstat (limited to 'lang/p5-ExtUtils-F77')
-rw-r--r-- | lang/p5-ExtUtils-F77/Makefile | 33 | ||||
-rw-r--r-- | lang/p5-ExtUtils-F77/distinfo | 3 | ||||
-rw-r--r-- | lang/p5-ExtUtils-F77/pkg-descr | 6 | ||||
-rw-r--r-- | lang/p5-ExtUtils-F77/pkg-plist | 5 |
4 files changed, 0 insertions, 47 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile deleted file mode 100644 index f4c715a96876..000000000000 --- a/lang/p5-ExtUtils-F77/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: p5-ExtUtils-F77 -# Date created: December 7 1999 -# Whom: jmz -# -# $FreeBSD$ -# - -PORTNAME= ExtUtils-F77 -PORTVERSION= 1.15 -CATEGORIES= lang perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ExtUtils -PKGNAMEPREFIX= p5- - -MAINTAINER= jmz@FreeBSD.org -COMMENT= Helps link C programs with Fortran subroutines - -PERL_CONFIGURE= yes - -MAN3= ExtUtils::F77.3 - -.include <bsd.port.pre.mk> -.if ${OSVERSION} >= 400005 -F2CLIB= -lg2c -.else -F2CLIB= -lf2c -.endif - -post-patch: - @cd ${WRKSRC}; ${PERL5} -i.orig -pe \ - 's/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/' F77.pm - -.include <bsd.port.post.mk> diff --git a/lang/p5-ExtUtils-F77/distinfo b/lang/p5-ExtUtils-F77/distinfo deleted file mode 100644 index b603c62aeaf0..000000000000 --- a/lang/p5-ExtUtils-F77/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ExtUtils-F77-1.15.tar.gz) = 29eda7785a5b78d23f31f057b7474ac1 -SHA256 (ExtUtils-F77-1.15.tar.gz) = 03c1cb5e93ce874924ee52a61584de34679339d31deef54e3294ddfb59671d87 -SIZE (ExtUtils-F77-1.15.tar.gz) = 9526 diff --git a/lang/p5-ExtUtils-F77/pkg-descr b/lang/p5-ExtUtils-F77/pkg-descr deleted file mode 100644 index ef722a2f8c16..000000000000 --- a/lang/p5-ExtUtils-F77/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 763bdeb2fd27..000000000000 --- a/lang/p5-ExtUtils-F77/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/ExtUtils/F77.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils -@dirrmtry %%SITE_PERL%%/ExtUtils |