f02ff72b72
with a syntax error. PR: ports/149585 Submitted by: glarkin Approved by: Kouki Hashimoto <hsmtkk at gmail dot com> (maintainer)
21 lines
433 B
Makefile
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>
|