diff options
Diffstat (limited to 'devel/ocaml-camlp4/Makefile')
-rw-r--r-- | devel/ocaml-camlp4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/ocaml-camlp4/Makefile b/devel/ocaml-camlp4/Makefile index 56692428b933..07d08c901f6a 100644 --- a/devel/ocaml-camlp4/Makefile +++ b/devel/ocaml-camlp4/Makefile @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= camlp4 -PORTVERSION= 4.02.1+1 -PORTREVISION= 1 +PORTVERSION= 4.05+2 CATEGORIES= devel PKGNAMEPREFIX= ocaml- MAINTAINER= michipili@gmail.com -COMMENT= Camlp4 is a system for writing extensible parsers for OCaml +COMMENT= System for writing extensible parsers for OCaml LICENSE= LGPL20 +BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild + USE_GITHUB= yes GH_ACCOUNT= ocaml |