1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/py-fudge/Makefile
Martin Wilke fe07882a88 - Update to 1.1.0
PR:		205638
Submitted by:	maintainer
2015-12-28 15:47:08 +00:00

19 lines
387 B
Makefile

# Created by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
# $FreeBSD$
PORTNAME= fudge
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yhchan@csie.nctu.edu.tw
COMMENT= Fudge is a Python module for using fake objects to test real ones
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>