1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/py-fudge/Makefile
Yi-Jheng Lin d4401068f4 Add py-fudge 0.9.4, fudge is a Python module for using fake objects to
test real ones.

PR:		ports/144544
Submitted by:	Yi-Huan Chan <yhchan at csie.nctu.edu.tw>
Approved by:	lwhsu/rafan (mentors, implicit)
Feature safe:	yes
2010-03-09 08:34:59 +00:00

23 lines
508 B
Makefile

# New ports collection makefile for: fudge
# Date created: 08 Mar 2010
# Whom: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= fudge
PORTVERSION= 0.9.4
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
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>