89e07f4a18
Approved by: portmgr (implicit)
17 lines
389 B
Makefile
17 lines
389 B
Makefile
# Created by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fudge
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|