freebsd-ports/devel/py-extras/Makefile
Carlo Strub f7c2cb9db1 extras is a set of extensions to the Python standard library, originally written
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/
2014-04-14 20:03:57 +00:00

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>