aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-ExtUtils-F77/Makefile
blob: d3b91d486faece972e6dcdb4ebfa36cee5040d36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: jmz
# $FreeBSD$

PORTNAME=   ExtUtils-F77
PORTVERSION=    1.17
PORTREVISION=   3
CATEGORIES= lang perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Helps link C programs with Fortran subroutines

USES=       fortran perl5
USE_PERL5=  configure

post-patch:
    @${REINPLACE_CMD} -e "s|'gfortran44'|'${FC}'|" \
              -e "s|'-O2'|'${CFLAGS}'|" \
              ${WRKSRC}/F77.pm

.include <bsd.port.mk>