1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/py-mox/Makefile
2010-02-05 07:09:14 +00:00

22 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.1
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.4+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>