1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/science/py-spglib/Makefile
Yuri Victorovich cae6c342e2 science/py-spglib: Update 1.10.3.65 -> 1.10.4.1
Reported by:	repology
2018-08-18 07:25:40 +00:00

21 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= spglib
DISTVERSION= 1.10.4.1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for finding and handling crystal symmetries (python binding)
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>