# New ports collection makefile for:	unittestplus
# Date created:				13 Jun 2009
# Whom:					Kouki Hashimoto <hsmtkk@gmail.com>
#
# $FreeBSD: ports/devel/py-unittestplus/Makefile,v 1.1 2009/07/13 14:35:36 lwhsu Exp $
#

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>
