pkgsrc/devel/lettuce/Makefile

17 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:31 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 36 # not yet ported as of 0.2.18
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"