20 lines
535 B
Makefile
20 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.14 2011/10/15 08:14:50 obache Exp $
|
|
|
|
DISTNAME= pyunit-1.4.1
|
|
PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pyunit.sourceforge.net/
|
|
COMMENT= Unit testing framework for python tk
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
EGG_NAME= PyUnit-${PKGVERSION_NOREV}
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|