aboutsummaryrefslogtreecommitdiff
path: root/devel/py-fudge/Makefile
blob: e57f44ac600b6453fb2928b43b615a85ae3c4373 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>

PORTNAME=	fudge
PORTVERSION=	1.1.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yhchan@csie.nctu.edu.tw
COMMENT=	Python module for using fake objects to test real ones

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>