aboutsummaryrefslogtreecommitdiff
path: root/devel/py-unittestplus/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-13 14:35:36 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-13 14:35:36 +0000
commit215814416c11a83f43b3c3bf0dbfd138af6a0e44 (patch)
treea63da7dea8f3ee6e4b26f260e83acf5fbb7d3569 /devel/py-unittestplus/Makefile
parent9921e14e14537c8d7854d9a55645d987ae75f199 (diff)
downloadports-215814416c11a83f43b3c3bf0dbfd138af6a0e44.tar.gz
ports-215814416c11a83f43b3c3bf0dbfd138af6a0e44.zip
Notes
Diffstat (limited to 'devel/py-unittestplus/Makefile')
-rw-r--r--devel/py-unittestplus/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-unittestplus/Makefile b/devel/py-unittestplus/Makefile
new file mode 100644
index 000000000000..bee4def2cf64
--- /dev/null
+++ b/devel/py-unittestplus/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: unittestplus
+# Date created: 13 Jun 2009
+# Whom: Kouki Hashimoto <hsmtkk@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= unittestplus
+PORTVERSION= 1.1.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= hsmtkk@gmail.com
+COMMENT= Test utilities built on unittest
+
+USE_ZIP= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+.include <bsd.port.mk>