1cd277bdce
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
18 lines
339 B
Makefile
18 lines
339 B
Makefile
# Created by: Cyrille Szymanski <cnszym@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dlmodeler
|
|
DISTVERSION= 1.2-1
|
|
PORTREVISION= 6
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= cnszym@gmail.com
|
|
COMMENT= Generalized Dynamic Linear Modeler
|
|
|
|
LICENSE= GPLv2 GPLv3 BSD
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|