mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cb41fc6623
Sponsored by: Absolight
27 lines
475 B
Makefile
27 lines
475 B
Makefile
# Created by: jmz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ExtUtils-F77
|
|
PORTVERSION= 1.20
|
|
PORTREVISION= 3
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Helps link C programs with Fortran subroutines
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
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>
|