ports/math/octave-forge-strings/Makefile
Stephen Montgomery-Smith 008f3ad886 category/port: math/octave-forge-*
Bump port revision because of library update in math/octave.
2024-06-06 07:33:04 -05:00

21 lines
485 B
Makefile

PORTNAME= octave-forge-strings
PORTVERSION= 1.3.1
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases
DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= https://packages.octave.org/
LICENSE= GPLv3+ BSD2CLAUSE
LICENSE_COMB= multi
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
USES= octave pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>