1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

lang/gnu-cobol: Add missing DEPENDS

Update PORTNAME
Update WWW
Update COMMENT
Reported by:	Simon Sobisch<simonsobisch@gnu.org>(via email)
This commit is contained in:
Wen Heping 2022-07-08 08:43:41 +08:00
parent 320e9debc3
commit 8209d19cb8
2 changed files with 7 additions and 5 deletions

View File

@ -1,18 +1,20 @@
# Created by: ijliao
PORTNAME= gnu-cobol
PORTNAME= gnucobol
PORTVERSION= 3.1.2
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GNU/gnucobol
DISTNAME= gnucobol-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Open-source COBOL compiler
COMMENT= Free/libre COBOL compiler
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
LIB_DEPENDS= libgmp.so:math/gmp
LIB_DEPENDS= libgmp.so:math/gmp \
libcjson.so:devel/libcjson \
libxml2.so:textproc/libxml2
USES= bdb gmake libtool ncurses tar:xz
USE_LDCONFIG= yes

View File

@ -1,4 +1,4 @@
GNU COBOL, formerly known as Open-COBOL, is an open-source COBOL compiler,
which translates COBOL programs to C code and compiles it using GCC.
WWW: https://savannah.gnu.org/projects/gnucobol
WWW: https://www.gnu.org/software/gnucobol/