svn commit: r384419 - head/textproc/archmage
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Apr 21 10:41:58 UTC 2015
Author: amdmi3
Date: Tue Apr 21 10:41:57 2015
New Revision: 384419
URL: https://svnweb.freebsd.org/changeset/ports/384419
Log:
- Add LICENSE_FILE
- Add CPE info
Modified:
head/textproc/archmage/Makefile
Modified: head/textproc/archmage/Makefile
==============================================================================
--- head/textproc/archmage/Makefile Tue Apr 21 10:41:52 2015 (r384418)
+++ head/textproc/archmage/Makefile Tue Apr 21 10:41:57 2015 (r384419)
@@ -12,14 +12,17 @@ MAINTAINER= ports at 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:
More information about the svn-ports-all
mailing list