freebsd-ports/devel/py-exam/Makefile

16 lines
340 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= python@FreeBSD.org
COMMENT= Exam is a Python toolkit for writing better tests
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>