34 lines
635 B
Makefile
Raw Normal View History

2011-09-16 09:24:48 +00:00
# $OpenBSD: Makefile,v 1.23 2011/09/16 09:24:56 espie Exp $
COMMENT= unit testing framework for Python
VERSION= 1.4.1
DISTNAME= pyunit-${VERSION}
2010-08-30 22:24:14 +00:00
PKGNAME= py-unit-${VERSION}
2011-09-16 09:24:48 +00:00
REVISION = 5
CATEGORIES= devel
HOMEPAGE= http://pyunit.sourceforge.net/
# Python License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-05-13 18:50:36 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/}
FLAVORS= no_x11
FLAVOR?=
2004-08-03 14:27:33 +00:00
MODULES= lang/python
.if !${FLAVOR:L:Mno_x11}
BUILD_DEPENDS= ${MODPY_TKINTER_DEPENDS}
RUN_DEPENDS= ${MODPY_TKINTER_DEPENDS}
.endif
2001-11-05 17:04:11 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>