diff options
Diffstat (limited to 'textproc/chm2pdf')
-rw-r--r-- | textproc/chm2pdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/chm2pdf/Makefile b/textproc/chm2pdf/Makefile index 1b07c0114634..e8971614de3b 100644 --- a/textproc/chm2pdf/Makefile +++ b/textproc/chm2pdf/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= kevlo@FreeBSD.org COMMENT= A Python script that converts CHM files into PDF files +LICENSE= GPLv2 + RUN_DEPENDS= htmldoc:${PORTSDIR}/textproc/htmldoc \ ${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm @@ -19,5 +21,4 @@ PYDISTUTILS_PKGVERSION= 0.9 PLIST_FILES= bin/chm2pdf -NO_STAGE= yes .include <bsd.port.mk> |