7820bc7a2f
python 3.4 / 3.5 removal commit.
18 lines
529 B
Makefile
18 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/04/26 14:12:35 maya Exp $
|
|
|
|
DISTNAME= lettuce-0.2.18
|
|
PKGREVISION= 1
|
|
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= 36 37 # not yet ported as of 0.2.18
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|