aboutsummaryrefslogtreecommitdiff
path: root/math/jags/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-16 09:46:31 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-16 09:46:31 +0000
commitee21a28e7ebdf920d34a1fd6b5e1ef53bca3ed19 (patch)
tree1cf24012a82e0dd7e492f2827c53cb62a5627646 /math/jags/Makefile
parent98ad00751b9257e31aba4909e5612f7da5435d7e (diff)
downloadports-ee21a28e7ebdf920d34a1fd6b5e1ef53bca3ed19.tar.gz
ports-ee21a28e7ebdf920d34a1fd6b5e1ef53bca3ed19.zip
math/jags: Update to 4.3.0
Additional port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Added dependency devel/libltdl Reported by: portscout Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=461995
Diffstat (limited to 'math/jags/Makefile')
-rw-r--r--math/jags/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile
index 2275178a16ad..a0a7832154ba 100644
--- a/math/jags/Makefile
+++ b/math/jags/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mcmc-jags
-PORTVERSION= 4.2.0
-PORTREVISION= 3
+DISTVERSION= 4.3.0
CATEGORIES= math
MASTER_SITES= SF/mcmc-jags/JAGS/${S}.x/Source/:1 \
SF/mcmc-jags/Examples/${S}.x/:2 \
@@ -17,6 +16,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Just Another Gibbs Sampler
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libltdl.so:devel/libltdl
GNU_CONFIGURE= yes
USES= bison compiler:features fortran gmake libtool localbase pathfix