diff options
Diffstat (limited to 'net/pythondirector/Makefile')
-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> |