freebsd-ports/devel/py-unittest2/Makefile
Ruslan Makhmatkhanov 799f66d098 - convert to using auto-generated packing list
- limit python version to 2.x only
- bump PORTREVISION

Anticipating possible license question: I have no info about
clauses number used in the license for this port. There is no
license file in the distribution, and upstream web-page also
doesn't answering that.
2014-01-18 21:59:25 +00:00

20 lines
369 B
Makefile

# $FreeBSD$
PORTNAME= unittest2
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Unittest features for Python 2.7 backported to Python 2.3+
LICENSE= BSD
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USE_ZIP= yes
.include <bsd.port.mk>