aboutsummaryrefslogtreecommitdiff
path: root/devel/py-fudge/Makefile
blob: 2f62f3b01626c0bea6ab394f5f13ce0d30e4732e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	fudge
PORTVERSION=	1.1.1
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yhchan@csie.nctu.edu.tw
COMMENT=	Python module for using fake objects to test real ones
WWW=		http://farmdev.com/projects/fudge/

LICENSE=	MIT

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>