freebsd-ports/devel/py-mox/Makefile
Martin Wilke 5e9f42cbda - Move from py24 over to py25 or above
- Drop md5 support
2011-02-25 07:50:41 +00:00

22 lines
433 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
PORTREVISION= 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.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>