diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-28 20:17:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-28 20:17:54 +0800 |
commit | abc0801b30ce80d292155a4bbfdd84cdcaa2b3c0 (patch) | |
tree | acce1bd2b1667ca40aff20f428001619601ba7de /www/axis | |
parent | 0cb547c9293ee669380c02654d8e79cc069edbb4 (diff) | |
download | freebsd-ports-gnome-abc0801b30ce80d292155a4bbfdd84cdcaa2b3c0.tar.gz freebsd-ports-gnome-abc0801b30ce80d292155a4bbfdd84cdcaa2b3c0.tar.zst freebsd-ports-gnome-abc0801b30ce80d292155a4bbfdd84cdcaa2b3c0.zip |
- Add CPE information
PR: 198958
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'www/axis')
-rw-r--r-- | www/axis/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/axis/Makefile b/www/axis/Makefile index e95edcb5b327..e814bb6092ac 100644 --- a/www/axis/Makefile +++ b/www/axis/Makefile @@ -18,6 +18,9 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +USES= cpe +CPE_VENDOR= apache + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} |