blob: aaa8fbc721819cf71b68143fe93d3305dfd9883c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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>
|