aboutsummaryrefslogtreecommitdiff
path: root/devel/py-mox/Makefile
blob: 230086683114c524ff08bb97f84028d1beb70faa (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:	mox
# Date created:				12 Dec 2009
# Whom:					Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	mox
PORTVERSION=	0.5.3
CATEGORIES=	devel python
MASTER_SITES=	GOOGLE_CODE
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Mock object framework for Python

PROJECTHOST=	pymox
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>