- Add LICENSE_FILE
- Add CPE info
This commit is contained in:
parent
2b9118bedf
commit
cc6e13131c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384419
1 changed files with 4 additions and 1 deletions
|
@ -12,14 +12,17 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Extensible reader/decompiler of files in CHM format
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm \
|
||||
${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= python:2 tar:bzip2
|
||||
USES= cpe python:2 tar:bzip2
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
CPE_VENDOR= archmage_project
|
||||
|
||||
PLIST_FILES= man/man1/archmage.1.gz
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Reference in a new issue