Files
pkgsrc-ng/devel/lettuce/Makefile
2016-11-18 22:39:22 +01:00

18 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:39 wiz Exp $
DISTNAME= lettuce-0.2.18
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lettuce/}
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://lettuce.it/
COMMENT= Behaviour-driven development test tool
LICENSE= gnu-gpl-v3
REPLACE_PYTHON= lettuce/bin.py lettuce/plugins/autopdb.py
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.2.18
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"