1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/py-exam/Makefile
Tom Judge 47497c19f8 New port devel/py-exam 0.10.5
Exam is a Python toolkit for writing better tests. It aims to remove a lot of
the boiler plate testing code one often writes, while still following Python
conventions and adhering to the unit testing interface.

WWW: https://github.com/fluxx/exam
2016-04-01 03:21:56 +00:00

17 lines
336 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= exam
PORTVERSION= 0.10.5
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>