summaryrefslogtreecommitdiff
path: root/sysutils/cuisine/Makefile
blob: 0123d7d46060b11618921f3642a2b556aee438e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:21 wiz Exp $

VERSION=		b79718f8f69d17a075b7a626e32c1ed1200445f8
DISTNAME=		${VERSION}
PKGNAME=		cuisine-0.6.4
CATEGORIES=		sysutils
MASTER_SITES=		https://github.com/sebastien/cuisine/archive/

MAINTAINER=		imil@NetBSD.org
HOMEPAGE=		https://github.com/sebastien/cuisine
COMMENT=		Small set of functions that sit on top of Fabric
LICENSE=		modified-bsd

DEPENDS+=		fabric>=1.6.0:../../sysutils/fabric

PYTHON_VERSIONS_INCOMPATIBLE=	33 # not yet ported as of 0.6.4

WRKSRC=			${WRKDIR}/cuisine-${VERSION}

DOCDIR=			${PREFIX}/share/doc/cuisine

INSTALLATION_DIRS+=	${DOCDIR}

post-install:
	${INSTALL_DATA} ${WRKSRC}/api/cuisine-api.html ${DESTDIR}${DOCDIR}
	${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${DOCDIR}

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"