16 lines
428 B
Makefile
16 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.10 2007/09/30 17:45:24 wiz Exp $
|
|
|
|
DISTNAME= pyunit-1.4.1
|
|
PKGNAME= ${PYPKGPREFIX}-unit-1.4.1
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
PYDISTUTILSPKG= # defined
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|