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