freebsd-ports/net/pythondirector/Makefile
Dmitry Marakasov 0dbf46a73d - Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2016-05-23 10:54:42 +00:00

28 lines
595 B
Makefile

# Created by: Clement Laforet <clement@FreeBSD.org>
# $FreeBSD$
PORTNAME= pydirector
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= SF/pythondirector/pythondirector/pythondirector-${PORTVERSION}
MAINTAINER= ports@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
NO_ARCH= yes
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>