openbsd-ports/databases/barman/Makefile
landry b449bf4234 Update to barman 1.6.0, from MAINTAINER Eric Lalonde.
Added some commented out/unimported yet test dependencies
2016-05-13 18:05:01 +00:00

40 lines
1021 B
Makefile

# $OpenBSD: Makefile,v 1.7 2016/05/13 18:05:01 landry Exp $
COMMENT = backup and restoration manager for PostgreSQL
MODPY_EGG_VERSION = 1.6.0
DISTNAME = barman-${MODPY_EGG_VERSION}
CATEGORIES = databases
HOMEPAGE = http://www.pgbarman.org/
MAINTAINER= Eric Lalonde <eric.c.lalonde@gmail.com>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pgbarman/}
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = databases/py-psycopg2 \
databases/postgresql \
net/rsync \
devel/py-dateutil \
devel/py-argh
# needs pytest-timeout and pytest-catchlog
NO_TEST = Yes
#TEST_DEPENDS = ${RUN_DEPENDS} \
# devel/py-test-timeout \
# devel/py-test-catchlog \
# devel/py-test-runner \
# devel/py-setuptools_scm
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/barman
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/barman
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/barman
${INSTALL_DATA} ${WRKSRC}/doc/barman.conf ${PREFIX}/share/examples/barman
.include <bsd.port.mk>