blob: 6e9dfe60012578bcc8bb92378b254e02625187f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= libgfortran
PORTVERSION= 11.5.0
DISTVERSIONSUFFIX= -5.el9_5
PORTREVISION= 1
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Runtime libraries for gfortran (Linux Centos ${LINUX_DIST_VER})
WWW= https://www.centos.org
USES= cpe linux:rl9
CPE_VENDOR= gnu
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
WANT_LINUX32= yes
SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
CONFLICTS= linux-c7-${PORTNAME}
.include <bsd.port.mk>
|