f84ccc87de
Bump PKGREVISION.
18 lines
477 B
Makefile
18 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.12 2011/10/15 08:16:50 obache Exp $
|
|
|
|
DISTNAME= pyunit-1.4.1
|
|
PKGNAME= ${PYPKGPREFIX}-unit-1.4.1
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
EGG_NAME= PyUnit-${PKGVERSION_NOREV}
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|