mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
445 B
Makefile
20 lines
445 B
Makefile
# Created by: 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%%
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|