mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
20 lines
362 B
Makefile
20 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>
|