1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/science/maeparser/Makefile
Yuri Victorovich a0ed7da7c3 science/maeparser: Update 1.2.2 -> 1.2.3
Reported by:	portscout
2020-03-17 07:19:57 +00:00

22 lines
388 B
Makefile

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