a834792d70
PR: ports/157782 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: "Yi-Huan Chan (Hubert)" <yhchan@csie.nctu.edu.tw> (maintainer), bapt (mentor)
22 lines
507 B
Makefile
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= 1.0.3
|
|
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>
|