1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/py-bcdoc/Makefile
Frederic Culot 8c895fef7f - Update to 0.10.0
PR:		ports/182295
Submitted by:	Alexey Degtyarev <alexey@renatasystems.org> (maintainer)
2013-09-23 12:52:41 +00:00

23 lines
532 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= bcdoc
PORTVERSION= 0.10.0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexey@renatasystems.org
COMMENT= Tools to help document botocore-based projects
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
NO_STAGE= yes
.include <bsd.port.mk>