diff options
author | robak <robak@FreeBSD.org> | 2015-04-13 02:10:23 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-04-13 02:10:23 +0800 |
commit | 8c2066c633e56e0190336b6f83140ed07bcf90e4 (patch) | |
tree | 7362babdcfb04bb08e930435e72220e77dbb5765 /databases/hbase | |
parent | 006dd91026b253acef811ae4ee83679ca8b4fc1d (diff) | |
download | freebsd-ports-gnome-8c2066c633e56e0190336b6f83140ed07bcf90e4.tar.gz freebsd-ports-gnome-8c2066c633e56e0190336b6f83140ed07bcf90e4.tar.zst freebsd-ports-gnome-8c2066c633e56e0190336b6f83140ed07bcf90e4.zip |
databases/hbase: add CPE information
- Maintainer's timeout (demon@FreeBSD.org)
PR: 198964
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'databases/hbase')
-rw-r--r-- | databases/hbase/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/hbase/Makefile b/databases/hbase/Makefile index 69a363d28480..a9ce0c194f9e 100644 --- a/databases/hbase/Makefile +++ b/databases/hbase/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ yarn:${PORTSDIR}/devel/hadoop2 +USES+= cpe +CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.7+ |