From cdee142af2cc97036d3facbbb55ea92f85b59a9d Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 24 Mar 2018 15:16:58 +0000 Subject: [PATCH] Add LICENSE setting (GPLv2) based on a check of the source code, README, etc. --- textproc/bibtex2html/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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