aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-03-24 23:16:58 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2018-03-24 23:16:58 +0800
commitcdee142af2cc97036d3facbbb55ea92f85b59a9d (patch)
tree3f8e1dc94dd13648b760777c6929eac106d08c68
parentc77a4b47e8075890767903c1c67b2752b89122ef (diff)
downloadfreebsd-ports-cdee142af2cc97036d3facbbb55ea92f85b59a9d.tar.gz
freebsd-ports-cdee142af2cc97036d3facbbb55ea92f85b59a9d.tar.zst
freebsd-ports-cdee142af2cc97036d3facbbb55ea92f85b59a9d.zip
Add LICENSE setting (GPLv2) based on a check of the source code,
README, etc.
Notes
Notes: svn path=/head/; revision=465455
-rw-r--r--textproc/bibtex2html/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile
index 53413e6a712e..588627b65ccc 100644
--- a/textproc/bibtex2html/Makefile
+++ b/textproc/bibtex2html/Makefile
@@ -3,13 +3,15 @@
PORTNAME= bibtex2html
PORTVERSION= 1.98
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc print
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
MAINTAINER= gerald@FreeBSD.org
COMMENT= Tools for searching BibTeX and translating from BibTeX to HTML
+LICENSE= GPLv2
+
BUILD_DEPENDS= ocaml:lang/ocaml
USES= perl5