summaryrefslogtreecommitdiff
path: root/devel/py-unit/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-29 16:19:03 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-29 16:19:03 +0000
commit4d1aa937d682c274fce07bea6ed5975f59524f42 (patch)
tree4f873cbc5a82c092699d59d91adc487836e414f4 /devel/py-unit/Makefile
parent0dd0a5d492e1d86d6dbb9f2188d26af4022593f3 (diff)
downloadpkgsrc-4d1aa937d682c274fce07bea6ed5975f59524f42.tar.gz
initial import of py-unit-1.4.1, a unit testing framework for python,
submitted by Shell Hung per PR pkg/15094
Diffstat (limited to 'devel/py-unit/Makefile')
-rw-r--r--devel/py-unit/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile
new file mode 100644
index 00000000000..d06e2cdb690
--- /dev/null
+++ b/devel/py-unit/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:19:03 drochner Exp $
+
+DISTNAME= pyunit-1.4.1
+PKGNAME= ${PYPKGPREFIX}-unit-1.4.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/}
+
+MAINTAINER= shell@shellhung.org
+HOMEPAGE= http://pyunit.sourceforge.net/
+COMMENT= unit testing framework for python
+
+PYDISTUTILSPKG= # defined
+
+.include "../../lang/python/extension.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"