mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
d4401068f4
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
23 lines
508 B
Makefile
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>
|