21 lines
417 B
Makefile
21 lines
417 B
Makefile
# 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>
|