diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-13 14:35:36 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-13 14:35:36 +0000 |
commit | 215814416c11a83f43b3c3bf0dbfd138af6a0e44 (patch) | |
tree | a63da7dea8f3ee6e4b26f260e83acf5fbb7d3569 /devel/py-unittestplus/Makefile | |
parent | 9921e14e14537c8d7854d9a55645d987ae75f199 (diff) | |
download | ports-215814416c11a83f43b3c3bf0dbfd138af6a0e44.tar.gz ports-215814416c11a83f43b3c3bf0dbfd138af6a0e44.zip |
Notes
Diffstat (limited to 'devel/py-unittestplus/Makefile')
-rw-r--r-- | devel/py-unittestplus/Makefile | 21 |
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> |