Files
ports/science/maeparser/Makefile
Dima Panov 67fb95fb3b devel/boost: bump consumers after boost upgrade (+)
Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
2025-10-20 14:48:39 +03:00

25 lines
493 B
Makefile

PORTNAME= maeparser
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.3
PORTREVISION= 1
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
# 100% tests passed, 0 tests failed out of 1
.include <bsd.port.mk>