freebsd-ports/devel/py-fudge/Makefile
Li-Wen Hsu 3baac86b8b - Update to 0.9.6
PR:		ports/154155
Submitted by:	lwhsu
Approved by:	Yi-Huan Chan <yhchan AT csie.nctu.edu.tw> (maintainer via IRC)
Feature safe:	yes
2011-01-20 16:40:41 +00:00

22 lines
507 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.6
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= yes
USE_PYDISTUTILS= easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>