pkgsrc/devel/lettuce/Makefile
wiz 4faa202860 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

18 lines
418 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/04/08 19:08:50 wiz Exp $
#
DISTNAME= lettuce-0.1.33
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
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"