diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-18 01:57:45 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-18 01:57:45 +0800 |
commit | 393e35eb0e4c5bb55fd17570add021322088e3ef (patch) | |
tree | 66b6ce577ab09304664eac636e14272be473e856 /science | |
parent | 333299592db829f1ff86a1c909bacc9907738cfe (diff) | |
download | freebsd-ports-gnome-393e35eb0e4c5bb55fd17570add021322088e3ef.tar.gz freebsd-ports-gnome-393e35eb0e4c5bb55fd17570add021322088e3ef.tar.zst freebsd-ports-gnome-393e35eb0e4c5bb55fd17570add021322088e3ef.zip |
science/triqs: Limit portscout to valid versions
Diffstat (limited to 'science')
-rw-r--r-- | science/triqs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/triqs/Makefile b/science/triqs/Makefile index 2c8af5cb16a6..f231fc917239 100644 --- a/science/triqs/Makefile +++ b/science/triqs/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= libcpp2py.so:devel/cpp2py \ libsz.so:science/szip RUN_DEPENDS= ${PYNUMPY} +PORTSCOUT= limit:^[0-9]+\.[0-9].*$$ + USES= cmake:outsource,noninja fortran gettext-runtime python:2.7- # python:2.7- matches that in devel/cpp2py USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} |