- Add LICENSE_FILE
- Add NO_ARCH Approved by: portmgr blanket
This commit is contained in:
parent
8eb3d9a407
commit
23512c9999
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427320
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ MAINTAINER= kmoore@FreeBSD.org
|
|||
COMMENT= Python documentation generator
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:devel/py-Jinja2 \
|
||||
${PYTHON_PKGNAMEPREFIX}docutils>=0.11:textproc/py-docutils \
|
||||
|
@ -31,6 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel\
|
|||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC}/build/lib && \
|
||||
|
|
Loading…
Reference in a new issue