diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-21 18:41:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-21 18:41:57 +0800 |
commit | 833ac44023d83127acd5556a7b7d75f9cd4a412d (patch) | |
tree | d4e95d5bb6402274a04068e1cc1b65b18b31d6a9 /textproc | |
parent | 347673a5c38f720331fc7ce9617241f7323ce5ab (diff) | |
download | freebsd-ports-gnome-833ac44023d83127acd5556a7b7d75f9cd4a412d.tar.gz freebsd-ports-gnome-833ac44023d83127acd5556a7b7d75f9cd4a412d.tar.zst freebsd-ports-gnome-833ac44023d83127acd5556a7b7d75f9cd4a412d.zip |
- Add LICENSE_FILE
- Add CPE info
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: |