f6dd9d2f87
For the Python 3.8 default switch.
18 lines
521 B
Makefile
18 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/12/04 20:45:11 nia Exp $
|
|
|
|
DISTNAME= lettuce-0.2.18
|
|
PKGREVISION= 2
|
|
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_ACCEPTED= 27 # not yet ported as of 0.2.18
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|