diff options
author | gerald <gerald@FreeBSD.org> | 2018-03-24 23:16:58 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-03-24 23:16:58 +0800 |
commit | c23f1ffca1463cde78f4537c1f1e658bdee44259 (patch) | |
tree | 3f8e1dc94dd13648b760777c6929eac106d08c68 /textproc/bibtex2html | |
parent | b9b1ea1a0eeb69302b68d99ceb874de7aeeea6c8 (diff) | |
download | freebsd-ports-gnome-c23f1ffca1463cde78f4537c1f1e658bdee44259.tar.gz freebsd-ports-gnome-c23f1ffca1463cde78f4537c1f1e658bdee44259.tar.zst freebsd-ports-gnome-c23f1ffca1463cde78f4537c1f1e658bdee44259.zip |
Add LICENSE setting (GPLv2) based on a check of the source code,
README, etc.
Diffstat (limited to 'textproc/bibtex2html')
-rw-r--r-- | textproc/bibtex2html/Makefile | 4 |
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 |