freebsd-ports/science/maeparser/Makefile
Yuri Victorovich 2ec955d6e3 science/maeparser: Update 1.2.4 -> 1.3.0; Add tests
Reported by:	portscout
2022-09-09 22:27:49 -07:00

21 lines
431 B
Makefile

PORTNAME= maeparser
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Parser for Schrodinger Maestro files
WWW= https://github.com/schrodinger/maeparser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
USES= cmake:testing compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= schrodinger
USE_LDCONFIG= yes
.include <bsd.port.mk>