diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/archmage/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/archmage/Makefile b/textproc/archmage/Makefile index e0e5d321b483..3acd2872cfb9 100644 --- a/textproc/archmage/Makefile +++ b/textproc/archmage/Makefile @@ -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: |