freebsd-ports/science/lamprop/Makefile
Wen Heping d48a252009 - Update to 3.8
PR:		233809
Submitted by:	rsmith@xs4all.nl(maintainer)
2018-12-19 11:42:06 +00:00

31 lines
597 B
Makefile

# $FreeBSD$
PORTNAME= lamprop
PORTVERSION= 3.8
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rsmith@xs4all.nl
COMMENT= Calculates properties of fiber reinforced composites
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
USE_GITHUB= yes
GH_ACCOUNT= rsmith-nl
NO_ARCH= yes
PORTDOCS= lamprop-manual.pdf
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/lamprop-manual.pdf ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>