freebsd-ports/devel/py-durus/Makefile
2018-08-21 22:03:35 +00:00

30 lines
679 B
Makefile

# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= durus
PORTVERSION= 3.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://www.mems-exchange.org/software/durus/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Durus-${PORTVERSION}
MAINTAINER= robak@FreeBSD.org
COMMENT= Persistent object storage system for Python
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>