freebsd-ports/devel/py-testtools/Makefile
Greg Larkin b81cfd1166 - Updated to 0.9.10
Changes: https://launchpad.net/testtools/0.9/0.9.9
           https://launchpad.net/testtools/0.9/0.9.10

PR:		ports/156389
Submitted by:	C-S <c-s@c-s.li> (maintainer)
2011-04-21 20:42:09 +00:00

23 lines
472 B
Makefile

# New ports collection makefile for: testtools
# Date created: 2010-08-25
# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= testtools
PORTVERSION= 0.9.10
CATEGORIES= devel python
MASTER_SITES= http://launchpadlibrarian.net/69027067/ \
http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= c-s@c-s.li
COMMENT= Extensions to the Python library's unit testing framework
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>