f7c2cb9db1
to make the code within testtools cleaner, but now split out for general use outside of a testing context. WWW: https://pypi.python.org/pypi/extras/
17 lines
279 B
Makefile
17 lines
279 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= extras
|
|
PORTVERSION= 0.0.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Useful extra bits for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|