4 VERSION
= fce9cea592f7132898a419e07e704d45b4e81d4f
8 MASTER_SITES
= https
://github.com
/sebastien
/cuisine
/archive
/
11 MAINTAINER
= imil@NetBSD.org
12 HOMEPAGE
= https
://github.com
/sebastien
/cuisine
13 COMMENT
= Small set of functions that sit on top of Fabric
16 DEPENDS
+= fabric
>=1.6.0:..
/..
/sysutils
/fabric
18 WRKSRC
= ${WRKDIR}/cuisine-
${VERSION}
20 DOCDIR
= ${PREFIX}/share
/doc
/cuisine
22 INSTALLATION_DIRS
+= ${DOCDIR}
25 ${INSTALL_DATA} ${WRKSRC}/api
/cuisine-api.html
${DESTDIR}${DOCDIR}
26 ${INSTALL_DATA} ${WRKSRC}/README.rst
${DESTDIR}${DOCDIR}
28 .
include "../../lang/python/egg.mk"
29 .
include "../../mk/bsd.pkg.mk"