mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
fd1aff9d40
PR: ports/148437 Submitted by: jessekempf at gmail.com
20 lines
370 B
Makefile
20 lines
370 B
Makefile
# New ports collection makefile for: mock
|
|
# Date created: 7 Jul 2010
|
|
# Whom: jessekempf@gmail.com
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mock
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jessekempf@gmail.com
|
|
COMMENT= Mock unit tests for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|