diff --git a/science/py-spglib/Makefile b/science/py-spglib/Makefile index ffaba0fd6e3b..4dc8b362448d 100644 --- a/science/py-spglib/Makefile +++ b/science/py-spglib/Makefile @@ -7,14 +7,14 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org -COMMENT= Library for finding and handling crystal symmetries +COMMENT= Library for finding and handling crystal symmetries (pythin binding) LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python shebangfix +USES= python USE_PYTHON= distutils autoplist .include diff --git a/science/py-spglib/pkg-descr b/science/py-spglib/pkg-descr index e9a9f682258b..582f287976b6 100644 --- a/science/py-spglib/pkg-descr +++ b/science/py-spglib/pkg-descr @@ -3,4 +3,4 @@ Python library for finding and handling crystal symmetries. Spglib for python wraps the same C code that exists in the port science/spglib. -WWW: http://atztogo.github.io/spglib/ +WWW: https://atztogo.github.io/spglib/