opnsense-ports/devel/py-durus/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

27 lines
666 B
Makefile

PORTNAME= durus
PORTVERSION= 3.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI \
http://www.mems-exchange.org/software/durus/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Durus-${PORTVERSION}
MAINTAINER= robak@FreeBSD.org
COMMENT= Persistent object storage system for Python
WWW= https://www.mems-exchange.org/software/durus/
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in ACKS.txt CHANGES.txt INSTALL.txt LICENSE.txt README.txt doc/FAQ.txt
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>