1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/textproc/py-sphinxcontrib-adadomain/Makefile
Marcelo Araujo 761493be4d - Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]

PR:		ports/221891 [0] and ports/225136 [1]
Submitted by:	sunpoet [1]
Approved by:	antoine (portmgr)
Exprun by:	antoine (several rounds)
Sponsored by:	iXsystems, Inc.
2018-01-29 06:45:16 +00:00

23 lines
506 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= sphinxcontrib-adadomain
PORTVERSION= 0.1
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \
LOCAL/marino
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= araujo@FreeBSD.org
COMMENT= Sphinx Adadomain Extension
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>