mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Add LICENSE
- Add NO_ARCH - Switch to options helpers
This commit is contained in:
parent
dc4d849281
commit
fa0c83030b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417145
@ -11,8 +11,11 @@ DISTNAME= ${PORTNAME}-01jun01
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Functional programming, lazy expressions, and thread pools for Python
|
||||
|
||||
LICENSE= LGPL21+
|
||||
|
||||
USES= python:2
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
@ -23,6 +26,8 @@ do-build:
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.py* ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user