freebsd-ports/devel/py-testtools/Makefile
Carlo Strub c17dc5f8d7 Add missing dependency
PR:		ports/188417
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net>
2014-04-14 20:09:06 +00:00

22 lines
493 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= testtools
PORTVERSION= 0.9.35
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://launchpadlibrarian.net/164010578/ \
http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Extensions to the Python library's unit testing framework
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:${PORTSDIR}/devel/py-extras
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>