2004-08-19 18:04:30 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2004/08/19 22:04:30 espie Exp $
|
2001-08-15 15:48:27 -04:00
|
|
|
|
|
|
|
|
2004-07-26 17:04:24 -04:00
|
|
|
COMMENT= "unit testing framework for Python"
|
2001-08-15 15:48:27 -04:00
|
|
|
|
|
|
|
VERSION= 1.4.1
|
|
|
|
DISTNAME= pyunit-${VERSION}
|
|
|
|
PKGNAME= py-unit-${VERSION}
|
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://pyunit.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
|
|
|
|
# Python License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-13 14:50:36 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/}
|
2001-08-15 15:48:27 -04:00
|
|
|
|
2001-08-31 18:16:50 -04:00
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
|
2004-08-03 10:27:33 -04:00
|
|
|
MODULES= lang/python
|
2001-08-15 15:48:27 -04:00
|
|
|
|
2003-07-31 15:11:59 -04:00
|
|
|
.if !${FLAVOR:L:Mno_x11}
|
2004-08-19 18:04:30 -04:00
|
|
|
BUILD_DEPENDS= ${MODPY_TKINTER_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${MODPY_TKINTER_DEPENDS}
|
2001-08-31 18:16:50 -04:00
|
|
|
.endif
|
|
|
|
|
2001-11-05 12:04:11 -05:00
|
|
|
NO_REGRESS= Yes
|
2001-08-15 15:48:27 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|