1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/py-exam/Makefile
2016-10-05 18:05:14 +00:00

17 lines
336 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= exam
PORTVERSION= 0.10.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tj@FreeBSD.org
COMMENT= Exam is a Python toolkit for writing better tests
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>