597afc47ba
With hat: portmgr Sponsored by: Absolight
18 lines
401 B
Makefile
18 lines
401 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sphinxcontrib-httpdomain
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Sphinx domain for HTTP APIs
|
|
|
|
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|