aboutsummaryrefslogtreecommitdiff
path: root/devel/antlr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/antlr/Makefile')
-rw-r--r--devel/antlr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/antlr/Makefile b/devel/antlr/Makefile
index fb4c1791d202..97ea79d0cac4 100644
--- a/devel/antlr/Makefile
+++ b/devel/antlr/Makefile
@@ -1,20 +1,20 @@
-# Created by: Geoffrey Mainland <mainland@apeiron.net>
-
PORTNAME= antlr
PORTVERSION= 2.7.7
PORTREVISION= 2
CATEGORIES= devel java
MASTER_SITES= https://www.antlr2.org/download/
-MAINTAINER= makc@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= ANother Tool for Language Recognition
+WWW= https://www.antlr2.org/
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-CONFLICTS= pccts-[0-9]*
+CONFLICTS= pccts
USES= compiler:c++11-lang gmake
+USE_CXXSTD= c++14
USE_JAVA= yes
HAS_CONFIGURE= yes