20 lines
362 B
Makefile
20 lines
362 B
Makefile
PORTNAME= mp2d
|
|
DISTVERSION= g20250131
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Program for calculating the MP2D dispersion energy
|
|
WWW= https://github.com/Chandemonium/MP2D
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Chandemonium
|
|
GH_PROJECT= MP2D
|
|
GH_TAGNAME= cf2213f
|
|
|
|
.include <bsd.port.mk>
|