Date: Thu, 21 Jul 2022 20:51:20 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8196c0421298 - main - math/octave-forge-strings: add missing dependencies and LICENSE Message-ID: <202207212051.26LKpKwU089414@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=8196c042129873c16513ccad860060c457302b4e commit 8196c042129873c16513ccad860060c457302b4e Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-07-21 17:28:50 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-07-21 20:49:18 +0000 math/octave-forge-strings: add missing dependencies and LICENSE Approved by: portmgr blanket --- math/octave-forge-strings/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/math/octave-forge-strings/Makefile b/math/octave-forge-strings/Makefile index 8c83137e854f..0f978c33a83c 100644 --- a/math/octave-forge-strings/Makefile +++ b/math/octave-forge-strings/Makefile @@ -5,6 +5,13 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +LICENSE= GPLv3+ BSD2CLAUSE +LICENSE_COMB= multi + +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 + +USES= pkgconfig + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207212051.26LKpKwU089414>