freebsd-ports/devel/py-unittestplus/Makefile
Greg Larkin f02ff72b72 - Restrict port to use Python 2.6+, since 2.4/2.5 fail to build it
with a syntax error.

PR:		ports/149585
Submitted by:	glarkin
Approved by:	Kouki Hashimoto <hsmtkk at gmail dot com> (maintainer)
2010-08-18 13:30:54 +00:00

21 lines
433 B
Makefile

# New ports collection makefile for: unittestplus
# Date created: 13 Jun 2009
# Whom: Kouki Hashimoto <hsmtkk@gmail.com>
#
# $FreeBSD$
#
PORTNAME= unittestplus
PORTVERSION= 1.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= hsmtkk@gmail.com
COMMENT= Test utilities built on unittest
USE_ZIP= yes
USE_PYTHON= 2.6+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>