freebsd-ports/devel/py-bcdoc/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
495 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= bcdoc
PORTVERSION= 0.12.2
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:textproc/py-docutils \
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:devel/py-six
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>