freebsd-ports/devel/py-testtools/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
483 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= ports@FreeBSD.org
COMMENT= Extensions to the Python library's unit testing framework
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:devel/py-extras
USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>