diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-10-07 19:53:24 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-10-07 19:53:24 +0000 |
commit | c494897368ee1a3f774eef916cff03f5974e4496 (patch) | |
tree | 2f1ce876b1dfea8d072e43d2640ac0df1abfe78d /net-mgmt/unifi3 | |
parent | bc85500b879bafad67fda2a143e6796c7a7e18e1 (diff) |
Add CPE support
Notes
Notes:
svn path=/head/; revision=370393
Diffstat (limited to 'net-mgmt/unifi3')
-rw-r--r-- | net-mgmt/unifi3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/unifi3/Makefile b/net-mgmt/unifi3/Makefile index 8c9c95422d45..78df63fae5fd 100644 --- a/net-mgmt/unifi3/Makefile +++ b/net-mgmt/unifi3/Makefile @@ -15,7 +15,9 @@ RUN_DEPENDS= mongodb>0:${PORTSDIR}/databases/mongodb SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} -USES= zip +USES= cpe zip +CPE_VENDOR= ubnt +CPE_PRODUCT= unifi_controller USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native |