1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/science/py-dftbplus/Makefile
Yuri Victorovich 1e4eb1f53c science/{,py-}dftbplus: Update 22.2 → 23.1
Reported by:	portscout
2023-07-11 20:21:05 -07:00

26 lines
640 B
Makefile

PORTNAME= dftbplus
DISTVERSION= 23.1
CATEGORIES= science
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= DFTB+: Package for performing fast atomistic simulations
WWW= https://dftbplus.org/
LICENSE= GPLv3 # main code is under LGPL3+, the bundled dftd3-lib is under GPLv1+, this makes the result GPLv3 (based on https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility)
RUN_DEPENDS= dftbplus>0:science/dftbplus
USES= compiler:gcc-c++11-lib fortran python shebangfix
SHEBANG_GLOB= *.py
USE_GITHUB= yes
USE_PYTHON= distutils autoplist
WRKSRC_SUBDIR= tools/pythonapi
NO_ARCH= yes
.include <bsd.port.mk>