d48a252009
PR: 233809 Submitted by: rsmith@xs4all.nl(maintainer)
31 lines
597 B
Makefile
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>
|