blob: c25ed0007f06c1638886dfe9b725f1f0c9ae5a13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: jmz
# $FreeBSD$
PORTNAME= ExtUtils-F77
PORTVERSION= 1.17
PORTREVISION= 2
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Helps link C programs with Fortran subroutines
USES= perl5
USE_PERL5= configure
USE_FORTRAN= yes
post-patch:
@${REINPLACE_CMD} -e "s|'gfortran44'|'${FC}'|" \
-e "s|'-O2'|'${CFLAGS}'|" \
${WRKSRC}/F77.pm
.include <bsd.port.mk>
|