- Add LICENSE_FILE
- Add NO_ARCH - Switch to options helpers
This commit is contained in:
parent
754df4ebfa
commit
0dbf46a73d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415713
1 changed files with 7 additions and 3 deletions
|
@ -11,14 +11,18 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= TCP load balancer written in Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt
|
||||
|
||||
USE_PYTHON= distutils autoplist
|
||||
USES= python twisted:run
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue