summaryrefslogtreecommitdiff
path: root/lang/p5-ExtUtils-F77/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
commitb6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch)
treef2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /lang/p5-ExtUtils-F77/Makefile
parente892f2bbcdaf08e461fb47a64eee749e1a02fe85 (diff)
Diffstat (limited to 'lang/p5-ExtUtils-F77/Makefile')
-rw-r--r--lang/p5-ExtUtils-F77/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile
deleted file mode 100644
index ac9e6c3f8179..000000000000
--- a/lang/p5-ExtUtils-F77/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: p5-ExtUtils-F77
-# Date created: December 7 1999
-# Whom: jmz
-#
-# $FreeBSD$
-#
-
-PORTNAME= ExtUtils-F77
-PORTVERSION= 1.16
-PORTREVISION= 1
-CATEGORIES= lang perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Helps link C programs with Fortran subroutines
-
-PERL_CONFIGURE= yes
-
-MAN3= ExtUtils::F77.3
-
-F2CLIB= -lg2c
-
-post-patch:
- @cd ${WRKSRC}; ${PERL5} -i.orig -pe \
- 's/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/' F77.pm
- @${REINPLACE_CMD} -e "s/'f77',/'f77','g77-34',/" ${WRKSRC}/F77.pm
-
-.include <bsd.port.mk>