fe07882a88
PR: 205638 Submitted by: maintainer
18 lines
387 B
Makefile
18 lines
387 B
Makefile
# Created by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fudge
|
|
PORTVERSION= 1.1.0
|
|
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
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|