1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/py-flexmock/Makefile
2012-06-26 07:14:07 +00:00

21 lines
420 B
Makefile

# New ports collection makefile for: flexmock
# Date created: 4 Nov 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= flexmock
PORTVERSION= 0.9.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Flexmock is a mock/stub/spy library for Python
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>