opnsense-ports/textproc/py-sphinxcontrib-programoutput/Makefile
Franco Fichtner 5f35926c38 */*: sync with upstream
Taken from: FreeBSD
2015-09-19 12:55:35 +02:00

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>