aboutsummaryrefslogtreecommitdiff
path: root/devel/py-unittestplus/Makefile
blob: b6918c67a8acaa13f0bb1628f5243858a67e4d23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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=		2.6+
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>