1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/py-mox/Makefile
Baptiste Daroussin 3f6c422e36 Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
2014-12-02 22:40:56 +00:00

19 lines
366 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= mox
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Mock object framework for Python
PROJECTHOST= pymox
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>