blob: 264ee2d1d450c18fd3f525391c83d82389b4beed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= libgfortran
PORTVERSION= 4.8.5
DISTVERSIONSUFFIX= -44.el7
PORTREVISION= 6
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:c7
CPE_VENDOR= gnu
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
CONFLICTS= linux-c6-${PORTNAME}
.include <bsd.port.mk>
|