mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
fe07882a88
PR: 205638 Submitted by: maintainer
19 lines
387 B
Makefile
19 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>
|