diff options
Diffstat (limited to 'science/maeparser/Makefile')
-rw-r--r-- | science/maeparser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/maeparser/Makefile b/science/maeparser/Makefile index 268fa5cc87ac..20538a1eac85 100644 --- a/science/maeparser/Makefile +++ b/science/maeparser/Makefile @@ -1,6 +1,6 @@ PORTNAME= maeparser DISTVERSIONPREFIX= v -DISTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -18,4 +18,6 @@ USE_GITHUB= yes GH_ACCOUNT= schrodinger USE_LDCONFIG= yes +# 100% tests passed, 0 tests failed out of 1 + .include <bsd.port.mk> |