- Update LICENSE (BSD3CLAUSE) This one was fun to find. As rm@ mentioned in a previous commit, no LICENSE file exists in the Google Code or hg.python.org repositories. There is a "New BSD License" reference on the unittest-ext homepage [1] but wasnt a direct reference to the source in question, so it was not considered good enough. Gold was struck grepping BSD in the sources, which leads to the setup.py header, that includes a URL reference to: http://www.voidspace.org.uk/python/license.shtml BSD 3-clause. Voila! [1] http://code.google.com/p/unittest-ext/ Approved by: portmgr (blanket)
20 lines
373 B
Makefile
20 lines
373 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= BSD3CLAUSE
|
|
|
|
USES= zip
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|