1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/lang/p5-ExtUtils-F77/Makefile
2017-09-15 08:58:46 +00:00

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>