ports/devel/py-q/Makefile
Dave Cottlehuber 9f74c10932 devel/py-q: new port - python debugging for tired programmers
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D17964
2019-05-22 21:09:07 +00:00

28 lines
558 B
Makefile

# $FreeBSD$
PORTNAME= q
DISTVERSION= 2.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dch@FreeBSD.org
COMMENT= Quick-and-dirty debugging output for tired programmers
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= DOCSDIR=${DOCSDIR}
OPTIONS_DEFINE= DOCS
PORTDOCS= README.md
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>