diff options
Diffstat (limited to 'math/coin-or-data-sample/Makefile')
-rw-r--r-- | math/coin-or-data-sample/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/math/coin-or-data-sample/Makefile b/math/coin-or-data-sample/Makefile index 9bc4ad383b6a..cbeeef125292 100644 --- a/math/coin-or-data-sample/Makefile +++ b/math/coin-or-data-sample/Makefile @@ -1,16 +1,21 @@ PORTNAME= Data-Sample -DISTVERSION= 1.2.12 +DISTVERSIONPREFIX= releases/ +DISTVERSION= 1.2.13 CATEGORIES= math -MASTER_SITES= https://www.coin-or.org/download/source/Data/ PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org COMMENT= COIN-OR data samples -WWW= https://www.coin-or.org/ +WWW= https://www.coin-or.org/ \ + https://github.com/coin-or-tools/Data-Sample LICENSE= EPL USES= gmake tar:tgz + +USE_GITHUB= yes +GH_ACCOUNT= coin-or-tools + GNU_CONFIGURE= yes NO_BUILD= yes |