From b1fba8ff636bdf5982bd7906a6ec5146f276f518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 4 Jun 2014 16:54:13 +0000 Subject: [PATCH] Add CPE information. With hat: ports-secteam --- www/tomcat6/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/tomcat6/Makefile b/www/tomcat6/Makefile index f2f56ab74a7e..4effd36e4b81 100644 --- a/www/tomcat6/Makefile +++ b/www/tomcat6/Makefile @@ -15,6 +15,9 @@ COMMENT= Open-source Java web server by Apache, 6.x branch LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cpe +CPE_VENDOR= apache + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= YES