From c23f1ffca1463cde78f4537c1f1e658bdee44259 Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 24 Mar 2018 15:16:58 +0000 Subject: 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(-) (limited to 'textproc/bibtex2html') 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 -- cgit