pkgsrc/sysutils/cuisine/Makefile
gls be25380565 Updated sysutils/cuisine to 0.7.1.
OK'd imil@

Upstream changes unknown, I've not been able to find the CHANGELOG.
2014-06-12 00:58:38 +00:00

28 lines
741 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/06/12 00:58:38 gls Exp $
VERSION= 0.7.1
DISTNAME= cuisine-${VERSION}
#PKGNAME= cuisine-0.7.1
CATEGORIES= sysutils
MASTER_SITES= https://pypi.python.org/packages/source/c/cuisine/
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 34 # 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}/README.rst ${DESTDIR}${DOCDIR}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"