diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-18 16:03:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-18 16:03:41 +0000 |
commit | 8f26c0c28cfd3a80d3e5f184b2c564310bdf4557 (patch) | |
tree | 8c231abdbdf2c5336516ceb57db18987e3b1b267 /net/pythondirector | |
parent | 801ae32f6a4f2b51412882ed3f1e14cfb126f2b4 (diff) |
Notes
Diffstat (limited to 'net/pythondirector')
-rw-r--r-- | net/pythondirector/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/net/pythondirector/Makefile b/net/pythondirector/Makefile index 2c305bb4e0f1..8e5f605eb499 100644 --- a/net/pythondirector/Makefile +++ b/net/pythondirector/Makefile @@ -3,26 +3,28 @@ PORTNAME= pydirector PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= SF/pythondirector/pythondirector/pythondirector-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= TCP load balancer written in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt -USES= python twisted:run -USE_PYTHON= distutils autoplist +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + +OPTIONS_DEFINE= DOCS + NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python PORTDOCS= * -OPTIONS_DEFINE= DOCS - post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> |