diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 11:57:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 11:57:13 +0000 |
commit | 5dd4ea2cab04a53916d2bcfd2cafa38c0186a8fe (patch) | |
tree | e14a90edc506e3e05e90c1a0c6b962115578a5c7 /textproc/chm2pdf | |
parent | edf41c0c16910b284f2fbfe8d97561828aa04ed2 (diff) | |
download | ports-5dd4ea2cab04a53916d2bcfd2cafa38c0186a8fe.tar.gz ports-5dd4ea2cab04a53916d2bcfd2cafa38c0186a8fe.zip |
Notes
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> |