19 lines
362 B
Makefile
19 lines
362 B
Makefile
PORTNAME= mp2d
|
|
DISTVERSION= f20190610
|
|
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= c6c7f86
|
|
|
|
.include <bsd.port.mk>
|