4faa202860
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.
18 lines
418 B
Makefile
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"
|