diff options
Diffstat (limited to 'misc/fastscapelib/Makefile')
| -rw-r--r-- | misc/fastscapelib/Makefile | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/fastscapelib/Makefile b/misc/fastscapelib/Makefile index f12e771e44b3..acf18d4c7001 100644 --- a/misc/fastscapelib/Makefile +++ b/misc/fastscapelib/Makefile @@ -1,6 +1,6 @@  PORTNAME=	fastscapelib  DISTVERSIONPREFIX=	v -DISTVERSION=	0.2.2 +DISTVERSION=	0.3.0  CATEGORIES=	misc  MAINTAINER=	yuri@FreeBSD.org @@ -10,8 +10,10 @@ WWW=		https://fastscapelib.readthedocs.io/en/latest/  LICENSE=	GPLv3  LICENSE_FILE=	${WRKSRC}/LICENSE -BUILD_DEPENDS=	xtensor>0:math/xtensor -RUN_DEPENDS=	xtensor>0:math/xtensor +BUILD_DEPENDS=	healpix>0:science/healpix \ +		xtensor>0:math/xtensor +RUN_DEPENDS=	healpix>0:science/healpix \ +		xtensor>0:math/xtensor  USES=		cmake:testing @@ -22,4 +24,6 @@ CMAKE_TESTING_ON=	FS_BUILD_TESTS  NO_ARCH=	yes +# tests as of 0.3.0: 100% tests passed, 0 tests failed out of 162 +  .include <bsd.port.mk>  | 
