6b3b7f2630
documents, helping you to keep your command examples up to date. WWW: http://sphinxcontrib-programoutput.readthedocs.org/ PR: 203190 Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# Created by: Carlos J Puga Medina <cpm@fbsd.es>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sphinxcontrib-programoutput
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= cpm@fbsd.es
|
|
COMMENT= Sphinx extension to include program output
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|