c1b44346cd
until proven otherwise.
17 lines
530 B
Makefile
17 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:00 wiz Exp $
|
|
|
|
DISTNAME= lettuce-0.2.18
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/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= 33 34 # not yet ported as of 0.2.18
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|