freebsd-ports/devel/py-rednose/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

21 lines
438 B
Makefile

# $FreeBSD$
PORTNAME= rednose
PORTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Coloured output for nosetests
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama \
${PYTHON_PKGNAMEPREFIX}termstyle>0:devel/py-termstyle
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>